From 216a58f46680540da482f6fc5499b283f2e5830d Mon Sep 17 00:00:00 2001 From: Paul Nasrat Date: Thu, 15 Feb 2007 12:21:14 +0000 Subject: [PATCH 1/1] Remove binary libext2fs.a and build against system library. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 39f8633..13d101c 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,7 @@ LFLAGS = -Ttext $(TEXTADDR) -Bstatic # Libraries # -LLIBS = lib/libext2fs.a +LLIBS = -lext2fs # For compiling userland utils # -- 2.39.2