From bfb4dddc2e713523d82f069af1e1148365f724c0 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 22 Jun 1992 20:34:05 +0000 Subject: [PATCH] Formerly GNUmakefile.~67~ --- GNUmakefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 $< $@ -- 2.7.4