diff options
-rw-r--r-- | GNUmakefile | 2 |
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) |