diff options
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 85e498e..98c2ba0 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -148,6 +148,7 @@ globfiles = $(addprefix glob/,COPYING.LIB Makefile.in \ glob.c fnmatch.c glob.h fnmatch.h) $(globfiles): stamp-glob ; stamp-glob: /home/gd/gnu/libc/posix/glob.tar + -rm -rf glob tar xvf $< glob touch $@ /home/gd/gnu/libc/posix/glob.tar: force |