From 3c8b9481088b546af3f0fd161a432ba0f0cb682e Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sun, 26 Apr 2009 14:57:08 +0200 Subject: Move libc functions into a pseudo libc away from libarc --- ext2load/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ext2load/Makefile') diff --git a/ext2load/Makefile b/ext2load/Makefile index f39ea51..3a06f08 100644 --- a/ext2load/Makefile +++ b/ext2load/Makefile @@ -15,8 +15,10 @@ ARCINCLUDEDIR = ../arclib ARCLIBDIR = ../arclib ARCLIB = $(ARCLIBDIR)/libarc.a +LIBC = ../common/libc.a + OBJECTS = loader.o ext2io.o conffile.o -LIBS = $(EXT2LIB) $(ARCLIB) +LIBS = $(EXT2LIB) $(ARCLIB) $(LIBC) TARGETS = ext2load CFLAGS = -O2 -I$(COMMONDIR) -I$(ARCINCLUDEDIR) -I$(E2FSINCLUDEDIR) \ -- cgit v1.2.3