# HG changeset patch # User diego # Date 1173948596 0 # Node ID c1d436fe5189163dadafcecd6a0ef13476d57edc # Parent a7af240446d3359ca418b8d5f10f31e135365a3e Rename LIBS variable to more standard name EXTRALIBS. diff -r a7af240446d3 -r c1d436fe5189 libdha/Makefile --- 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