aboutsummaryrefslogtreecommitdiff
path: root/ext2load/Makefile
diff options
context:
space:
mode:
authorFlorian Lohoff <flo@rfc822.org>2008-10-04 13:30:01 +0000
committerGuido Günther <agx@sigxcpu.org>2009-04-26 15:26:25 +0200
commit7ef5cc75cfd3cf93f7edaf2b1b02e557ae16bf7f (patch)
tree1e06945ff9a265fd75d27de5eb57e00d4b45fbf3 /ext2load/Makefile
parentf67b21c9ea33de6070de851762fb84b002ae523b (diff)
Remove arc references from common libc and add an prom abstraction
Diffstat (limited to 'ext2load/Makefile')
-rw-r--r--ext2load/Makefile2
1 files changed, 1 insertions, 1 deletions
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) \