mirror of
https://github.com/mirror/make.git
synced 2025-01-19 08:40:13 +08:00
Formerly GNUmakefile.~67~
This commit is contained in:
parent
6f322b59da
commit
bfb4dddc2e
@ -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 New Issue
Block a user