summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-06-09 22:06:20 +0000
committerRoland McGrath <roland@redhat.com>1993-06-09 22:06:20 +0000
commitbd3309f09b710d7f7e6216003f214bce8cc3faa9 (patch)
tree466be72eee31477464cf6ec0c03b579a24a32ca9 /GNUmakefile
parent122c9699faf9933a7641cd549e6d5401f2425d92 (diff)
downloadgunmake-bd3309f09b710d7f7e6216003f214bce8cc3faa9.tar.gz
Formerly GNUmakefile.~105~
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index cfcf350..0ff3225 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -146,8 +146,10 @@ $(prog): $(objs) $(globdep)
globfiles = $(addprefix glob/,COPYING.LIB Makefile.in \
glob.c fnmatch.c glob.h fnmatch.h)
-$(globfiles): /home/gd/gnu/libc/posix/glob.tar
- tar xvf $< $@
+$(globfiles): stamp-glob ;
+stamp-glob: /home/gd/gnu/libc/posix/glob.tar
+ tar xvf $< glob
+ touch $@
/home/gd/gnu/libc/posix/glob.tar: force
$(MAKE) -C $(@D) $(@F) no_deps=t
.PHONY: force