summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-06-22 20:34:05 +0000
committerRoland McGrath <roland@redhat.com>1992-06-22 20:34:05 +0000
commitbfb4dddc2e713523d82f069af1e1148365f724c0 (patch)
tree017fb4f6ed87f5869ab680688e23e1d131a384dd /GNUmakefile
parent6f322b59da74479d8d6809ec616ce2cb3cfcd90d (diff)
downloadgunmake-bfb4dddc2e713523d82f069af1e1148365f724c0.tar.gz
Formerly GNUmakefile.~67~
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
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 $< $@