From 6dc21106cbe815831f569daef61b0275fe5ea222 Mon Sep 17 00:00:00 2001 From: short <> Date: Sun, 25 Nov 2001 22:20:55 +0000 Subject: [PATCH] LDFLAGS -> LDLIBS - at least "GNU Make version 3.79.1" uses: $(LDLAGS) ... $^ ... $(LDLIBS) - private: LD* flags stuff wipe out expected by libtool --- gnokii/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnokii/Makefile b/gnokii/Makefile index 8373efe..1f02bd2 100644 --- a/gnokii/Makefile +++ b/gnokii/Makefile @@ -10,7 +10,7 @@ TOPDIR=.. include $(TOPDIR)/Makefile.global ifdef XPM_LIBS - LDFLAGS +=$(XPM_LIBS) + LDLIBS +=$(XPM_LIBS) endif OBJS = gnokii.o -- 1.8.3.1