]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly GNUmakefile.~105~
authorRoland McGrath <roland@redhat.com>
Wed, 9 Jun 1993 22:06:20 +0000 (22:06 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 9 Jun 1993 22:06:20 +0000 (22:06 +0000)
GNUmakefile

index cfcf35075967ff1b534e4663d0d25eda3445ae6c..0ff3225c9e8a1d523bcf0c2074187ddb2e2e5a90 100644 (file)
@@ -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