Formerly GNUmakefile.~105~

This commit is contained in:
Roland McGrath 1993-06-09 22:06:20 +00:00
parent 122c9699fa
commit bd3309f09b

View 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