(stamp-glob): Remove $(globfiles), not the whole glob directory.
authorRoland McGrath <roland@redhat.com>
Mon, 13 Mar 1995 05:51:44 +0000 (05:51 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 13 Mar 1995 05:51:44 +0000 (05:51 +0000)
GNUmakefile

index ea22dd93511317b71784eb7a23f3e52c6702eae8..6cd76bfcc87497a6684aeeae0b56d3dfa8bc7314 100644 (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 $@