mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-26 14:00:56 +00:00
Formerly GNUmakefile.~104~
This commit is contained in:
parent
6382676838
commit
b5fb6b260e
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue