From 79cf96de20d1a639a1b65c43fa02bd0f7a11adb7 Mon Sep 17 00:00:00 2001 From: Patrick Caulfield Date: Fri, 16 Nov 2001 11:39:13 +0000 Subject: [PATCH] Don't need EXTRA_LIBS as autoconf fills in LIBS for us with all that is needed. BTW if there are any *real* autoconf experts out there please feel free to flame me. --- make.tmpl.in | 1 - tools/Makefile.in | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/make.tmpl.in b/make.tmpl.in index 1b2f966b0..e78b465e1 100644 --- a/make.tmpl.in +++ b/make.tmpl.in @@ -66,7 +66,6 @@ INC_LNS=$(top_srcdir)/include/.symlinks_created ifeq ("@READLINE@", "yes") CFLAGS += -DREADLINE_SUPPORT - EXTRA_LIBS += -lreadline endif OBJECTS=$(SOURCES:%.c=%.o) diff --git a/tools/Makefile.in b/tools/Makefile.in index 0fd3bc3d0..ef076000e 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -53,7 +53,7 @@ include ../make.tmpl lvm: $(OBJECTS) $(top_srcdir)/lib/liblvm.a $(CC) -o lvm $(OBJECTS) $(LD_FLAGS) -L$(top_srcdir)/lib -llvm \ - -ldevmapper $(EXTRA_LIBS) + -ldevmapper $(LIBS) install: $(INSTALL) -c -d $(sbindir);