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