summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1995-03-13 05:51:44 +0000
committerRoland McGrath <roland@redhat.com>1995-03-13 05:51:44 +0000
commit28b622b8a1faac42babd2577612a13592056f9be (patch)
treeefa3111bde2160a57ace57b0a7f36502b850b5bb
parentcbfc50cb518db3902fc7f74d3b5840c7a5f4a9fc (diff)
downloadgunmake-28b622b8a1faac42babd2577612a13592056f9be.tar.gz
(stamp-glob): Remove $(globfiles), not the whole glob directory.
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index ea22dd9..6cd76bf 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -155,7 +155,7 @@ globfiles = $(addprefix glob/,COPYING.LIB configure.in configure Makefile.in \
configure.bat glob.c fnmatch.c glob.h fnmatch.h)
$(globfiles): stamp-glob ;
stamp-glob: /home/gd/gnu/libc/posix/glob.tar
- -rm -rf glob
+ -rm -f $(globfiles)
tar xvf $< glob
cvs commit -m'Updated from libc' glob
touch $@