diff options
author | Roland McGrath <roland@redhat.com> | 1992-06-22 20:34:05 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-06-22 20:34:05 +0000 |
commit | bfb4dddc2e713523d82f069af1e1148365f724c0 (patch) | |
tree | 017fb4f6ed87f5869ab680688e23e1d131a384dd | |
parent | 6f322b59da74479d8d6809ec616ce2cb3cfcd90d (diff) | |
download | gunmake-bfb4dddc2e713523d82f069af1e1148365f724c0.tar.gz |
Formerly GNUmakefile.~67~
-rw-r--r-- | GNUmakefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 0dfdfe8..08916b6 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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 $< $@ |