Formerly GNUmakefile.~67~
authorRoland McGrath <roland@redhat.com>
Mon, 22 Jun 1992 20:34:05 +0000 (20:34 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 22 Jun 1992 20:34:05 +0000 (20:34 +0000)
GNUmakefile

index 0dfdfe8..08916b6 100644 (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 $< $@