diff options
author | Roland McGrath <roland@redhat.com> | 1995-03-13 05:51:44 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1995-03-13 05:51:44 +0000 |
commit | 28b622b8a1faac42babd2577612a13592056f9be (patch) | |
tree | efa3111bde2160a57ace57b0a7f36502b850b5bb /GNUmakefile | |
parent | cbfc50cb518db3902fc7f74d3b5840c7a5f4a9fc (diff) | |
download | gunmake-28b622b8a1faac42babd2577612a13592056f9be.tar.gz |
(stamp-glob): Remove $(globfiles), not the whole glob directory.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
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 $@ |