mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-27 07:15:02 +00:00
Formerly GNUmakefile.~67~
This commit is contained in:
parent
6f322b59da
commit
bfb4dddc2e
1 changed files with 3 additions and 1 deletions
|
@ -20,6 +20,8 @@
|
|||
.PHONY: default
|
||||
default:
|
||||
|
||||
override srcdir := .
|
||||
|
||||
# Get most of the information from the Unix-compatible makefile.
|
||||
include compatMakefile
|
||||
|
||||
|
@ -127,7 +129,7 @@ $(prog): $(objs) $(globdep)
|
|||
$(CC) $(LDFLAGS) $^ $(globlib) $(LOADLIBES) -o $@.new
|
||||
mv -f $@.new $@
|
||||
|
||||
globfiles = $(addprefix glob/,COPYING.LIB Makefile \
|
||||
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 $< $@
|
||||
|
|
Loading…
Reference in a new issue