Formerly GNUmakefile.~67~

This commit is contained in:
Roland McGrath 1992-06-22 20:34:05 +00:00
parent 6f322b59da
commit bfb4dddc2e

View File

@ -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 $< $@