aboutsummaryrefslogtreecommitdiff
path: root/ext2load/Makefile
diff options
context:
space:
mode:
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) \