mirror of
https://github.com/mirror/make.git
synced 2026-09-02 04:38:12 +08:00
Formerly GNUmakefile.~105~
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user