From 7ef5cc75cfd3cf93f7edaf2b1b02e557ae16bf7f Mon Sep 17 00:00:00 2001 From: Florian Lohoff Date: Sat, 4 Oct 2008 13:30:01 +0000 Subject: Remove arc references from common libc and add an prom abstraction --- ext2load/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext2load/Makefile') diff --git a/ext2load/Makefile b/ext2load/Makefile index 3a06f08..f10d678 100644 --- a/ext2load/Makefile +++ b/ext2load/Makefile @@ -18,7 +18,7 @@ ARCLIB = $(ARCLIBDIR)/libarc.a LIBC = ../common/libc.a OBJECTS = loader.o ext2io.o conffile.o -LIBS = $(EXT2LIB) $(ARCLIB) $(LIBC) +LIBS = $(EXT2LIB) $(LIBC) $(ARCLIB) TARGETS = ext2load CFLAGS = -O2 -I$(COMMONDIR) -I$(ARCINCLUDEDIR) -I$(E2FSINCLUDEDIR) \ -- cgit v1.2.3