summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1996-05-09 18:10:49 +0000
committerRoland McGrath <roland@redhat.com>1996-05-09 18:10:49 +0000
commit5dfa403ec8c6ebb30ba03264dcf3b350ce2a5009 (patch)
treeaf5f402832d57dcb6a9f3be6f7c32df7b90b40b7
parentf7ecda9a356795220251764c016be3cc3c976955 (diff)
downloadgunmake-5dfa403ec8c6ebb30ba03264dcf3b350ce2a5009.tar.gz
(libc-srcdir): Use ../libc.
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 6e179c9..d7b11ff 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -151,7 +151,7 @@ $(prog): $(objs) $(globdep) #$(addprefix $(ARCH)/,gmalloc.o mcheck.o)
$(CC) $(LDFLAGS) $^ $(globlib) $(LOADLIBES) -o $@.new
mv -f $@.new $@
-libc-srcdir = /home/gd/gnu/libc
+libc-srcdir = ../libc
globfiles = $(addprefix glob/,COPYING.LIB configure.in configure Makefile.in \
Makefile.ami SCOPTIONS SMakefile \
configure.bat glob.c fnmatch.c glob.h fnmatch.h)