mirror of
https://github.com/mirror/make.git
synced 2025-01-07 10:50:54 +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 \
|
globfiles = $(addprefix glob/,COPYING.LIB Makefile.in \
|
||||||
glob.c fnmatch.c glob.h fnmatch.h)
|
glob.c fnmatch.c glob.h fnmatch.h)
|
||||||
$(globfiles): /home/gd/gnu/libc/posix/glob.tar
|
$(globfiles): /home/gd/gnu/libc/posix/glob.tar
|
||||||
tar xvfm $< $@
|
tar xvf $< $@
|
||||||
/home/gd/gnu/libc/posix/glob.tar: force
|
/home/gd/gnu/libc/posix/glob.tar: force
|
||||||
$(MAKE) -C $(@D) $(@F) no_deps=t
|
$(MAKE) -C $(@D) $(@F) no_deps=t
|
||||||
.PHONY: force
|
.PHONY: force
|
||||||
|
Loading…
Reference in New Issue
Block a user