diff options
author | Roland McGrath <roland@redhat.com> | 1993-06-09 22:06:20 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-06-09 22:06:20 +0000 |
commit | bd3309f09b710d7f7e6216003f214bce8cc3faa9 (patch) | |
tree | 466be72eee31477464cf6ec0c03b579a24a32ca9 | |
parent | 122c9699faf9933a7641cd549e6d5401f2425d92 (diff) | |
download | gunmake-bd3309f09b710d7f7e6216003f214bce8cc3faa9.tar.gz |
Formerly GNUmakefile.~105~
-rw-r--r-- | GNUmakefile | 6 |
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 |