mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-30 11:11:52 +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
|
.PHONY: default
|
||||||
default:
|
default:
|
||||||
|
|
||||||
|
override srcdir := .
|
||||||
|
|
||||||
# Get most of the information from the Unix-compatible makefile.
|
# Get most of the information from the Unix-compatible makefile.
|
||||||
include compatMakefile
|
include compatMakefile
|
||||||
|
|
||||||
|
@ -127,7 +129,7 @@ $(prog): $(objs) $(globdep)
|
||||||
$(CC) $(LDFLAGS) $^ $(globlib) $(LOADLIBES) -o $@.new
|
$(CC) $(LDFLAGS) $^ $(globlib) $(LOADLIBES) -o $@.new
|
||||||
mv -f $@.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)
|
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 xvfm $< $@
|
||||||
|
|
Loading…
Reference in a new issue