From 5dfa403ec8c6ebb30ba03264dcf3b350ce2a5009 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 9 May 1996 18:10:49 +0000 Subject: [PATCH] (libc-srcdir): Use ../libc. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 6e179c9b..d7b11ff5 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)