X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=mk-hdr.awk;h=530cbe912958dcda238d9d01240abd6bf76274e4;hp=c5309a76f9b1ae9ac89743c9e07160f354589cbb;hb=5e36f11feab6f790e0cc6f2c882a67b7b65e3b6b;hpb=53d4e8a9506b267d6758096a5e6b945a44432ef9 diff --git a/mk-hdr.awk b/mk-hdr.awk index c5309a76..530cbe91 100644 --- a/mk-hdr.awk +++ b/mk-hdr.awk @@ -1,6 +1,6 @@ -# $Id: mk-hdr.awk,v 1.1 2007/01/13 19:44:22 tom Exp $ +# $Id: mk-hdr.awk,v 1.3 2010/05/15 20:10:42 tom Exp $ ############################################################################## -# Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. # +# Copyright (c) 2007,2010 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # # copy of this software and associated documentation files (the "Software"), # @@ -74,7 +74,7 @@ END { if ( count > 0 ) { print "${DESTDIR}${includedir} :" - print " sh ${srcdir}/../mkinstalldirs $@" + print " mkdir -p $@" print "" print "install \\" print "install.libs \\"