]> git.ozlabs.org Git - yaboot.git/commitdiff
Remove binary libext2fs.a and build against system library.
authorPaul Nasrat <pnasrat@redhat.com>
Thu, 15 Feb 2007 12:21:14 +0000 (12:21 +0000)
committerPaul Nasrat <pauln@enki.eridu>
Thu, 15 Feb 2007 12:21:14 +0000 (12:21 +0000)
Makefile

index 39f8633f0ec5fdfff3e8d23074fc3fdb20992abf..13d101ce154780815300aae9cd81e9cfb2d1b900 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,7 @@ LFLAGS = -Ttext $(TEXTADDR) -Bstatic
 
 # Libraries
 #
 
 # Libraries
 #
-LLIBS = lib/libext2fs.a
+LLIBS = -lext2fs
 
 # For compiling userland utils
 #
 
 # For compiling userland utils
 #