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