]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - menu/Makefile.in
ncurses 5.7 - patch 20110220
[ncurses.git] / menu / Makefile.in
index dc771e3b1159de3c9c14b5556a4b8ffdc3e036c3..253ff4f641944cd1a57a42e7a7d2d19a48097c42 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.52 2010/04/03 15:23:13 tom Exp $
+# $Id: Makefile.in,v 1.54 2010/11/27 21:45:27 tom Exp $
 ##############################################################################
 # Copyright (c) 1998-2009,2010 Free Software Foundation, Inc.                #
 #                                                                            #
 ##############################################################################
 # Copyright (c) 1998-2009,2010 Free Software Foundation, Inc.                #
 #                                                                            #
@@ -43,6 +43,7 @@
 .SUFFIXES:
 
 SHELL          = /bin/sh
 .SUFFIXES:
 
 SHELL          = /bin/sh
+VPATH          = @srcdir@
 THIS           = Makefile
 
 x              = @EXEEXT@
 THIS           = Makefile
 
 x              = @EXEEXT@
@@ -130,7 +131,7 @@ sources :   $(AUTO_SRC)
 
 $(DESTDIR)$(bindir) \
 $(DESTDIR)$(libdir) :
 
 $(DESTDIR)$(bindir) \
 $(DESTDIR)$(libdir) :
-       sh $(srcdir)/../mkdirs.sh $@
+       mkdir -p $@
 
 # make copies to simplify include-paths while still keeping menu's include
 # file in this directory.
 
 # make copies to simplify include-paths while still keeping menu's include
 # file in this directory.