Formerly GNUmakefile.~104~

This commit is contained in:
Roland McGrath 1993-06-03 20:47:55 +00:00
parent 6382676838
commit b5fb6b260e

View file

@ -147,7 +147,7 @@ $(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 xvfm $< $@
tar xvf $< $@
/home/gd/gnu/libc/posix/glob.tar: force
$(MAKE) -C $(@D) $(@F) no_deps=t
.PHONY: force