From 775622914fa0a2814c705d25b1a3929002c5c785 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 29 Jun 2000 20:47:11 +0000 Subject: Fix up the makefiles. malloc-simple/Makefile forgot to include realloc. test/Makefile used a hard coded absolute path (bad, bad, bad). -Erik --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/Makefile b/test/Makefile index 09ba7868e..916fd7e16 100644 --- a/test/Makefile +++ b/test/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)Rules.make XCFLAGS = -Wall -Os -fomit-frame-pointer -fno-builtin -nostdinc \ -I$(TOPDIR)include -I/usr/include/linux XLDFLAGS = -nostdlib -s -gc-sections -EXTRA_LIBS=/home/andersen/CVS/uC-libc/libc.a +EXTRA_LIBS=$(TOPDIR)libc.a YCFLAGS = -Wall -Os -fomit-frame-pointer YLDFLAGS = -s --static -- cgit v1.2.3