changeset 22579:c1d436fe5189

Rename LIBS variable to more standard name EXTRALIBS.
author diego
date Thu, 15 Mar 2007 08:49:56 +0000
parents a7af240446d3
children b9a351d95340
files libdha/Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libdha/Makefile	Thu Mar 15 08:38:51 2007 +0000
+++ b/libdha/Makefile	Thu Mar 15 08:49:56 2007 +0000
@@ -28,7 +28,7 @@
 
 ifeq ($(TARGET_OS),OpenBSD)
 ifeq ($(TARGET_ARCH_X86),yes)
-LIBS += -li386
+EXTRALIBS += -li386
 endif
 endif
 
@@ -45,7 +45,7 @@
 ifeq ($(TARGET_WIN32),yes)
 	$(AR) r $@ $^
 else
-	$(CC) -shared -Wl,-soname -Wl,$@ -o $@ $^ $(LIBS)
+	$(CC) -shared -Wl,-soname -Wl,$@ -o $@ $^ $(EXTRALIBS)
 	ln -sf $@ $(SHORTNAME)
 	ln -sf $@ $(VSHORTNAME)
 endif