mirror of
https://github.com/mirror/make.git
synced 2025-01-06 02:10:35 +08:00
Formerly GNUmakefile.~104~
This commit is contained in:
parent
6382676838
commit
b5fb6b260e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user