From bd3309f09b710d7f7e6216003f214bce8cc3faa9 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 9 Jun 1993 22:06:20 +0000 Subject: Formerly GNUmakefile.~105~ --- GNUmakefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'GNUmakefile') 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 -- cgit v1.2.3