From: Roland McGrath Date: Wed, 9 Jun 1993 22:06:20 +0000 (+0000) Subject: Formerly GNUmakefile.~105~ X-Git-Tag: 3.70.2~240 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd3309f09b710d7f7e6216003f214bce8cc3faa9;p=thirdparty%2Fmake.git Formerly GNUmakefile.~105~ --- diff --git a/GNUmakefile b/GNUmakefile index cfcf3507..0ff3225c 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