(stamp-glob): Remove $(globfiles), not the whole glob directory.

This commit is contained in:
Roland McGrath 1995-03-13 05:51:44 +00:00
parent cbfc50cb51
commit 28b622b8a1

View File

@ -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 $@