X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=mk-hdr.awk;h=530cbe912958dcda238d9d01240abd6bf76274e4;hp=9b6bee4108c65e708d4e8658c10094ba50faa0a3;hb=938680fa3bc29d2a086031a2f648dfd6cadcb51e;hpb=5a9c046f10f72b47ad32801a8e54fe3d05aa8051 diff --git a/mk-hdr.awk b/mk-hdr.awk index 9b6bee41..530cbe91 100644 --- a/mk-hdr.awk +++ b/mk-hdr.awk @@ -1,6 +1,6 @@ -# $Id: mk-hdr.awk,v 1.2 2007/03/31 15:48:45 tom Exp $ +# $Id: mk-hdr.awk,v 1.3 2010/05/15 20:10:42 tom Exp $ ############################################################################## -# Copyright (c) 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}/../mkdirs.sh $@" + print " mkdir -p $@" print "" print "install \\" print "install.libs \\"