# HG changeset patch # User diego # Date 1173913212 0 # Node ID ad8f3d791bcafa378f1a255d2873ead531650c64 # Parent d68e5e8609a775eee24f982516c4dbd792218244 Remove unused SONAME_FLAGS variable. diff -r d68e5e8609a7 -r ad8f3d791bca libdha/Makefile --- a/libdha/Makefile Wed Mar 14 22:40:10 2007 +0000 +++ b/libdha/Makefile Wed Mar 14 23:00:12 2007 +0000 @@ -9,7 +9,6 @@ SHORTNAME = libdha.dll else SHORTNAME = libdha.so.$(MAJOR_VERSION) -SONAME_FLAGS = -Wl,-soname,$(SHORTNAME) VSHORTNAME = libdha.so endif ifeq ($(TARGET_WIN32),yes) @@ -50,7 +49,6 @@ ifeq ($(TARGET_WIN32),yes) $(AR) r $@ $^ else - #$(CC) -shared $(SONAME_FLAGS) -o $@ $^ $(LIBS) $(CC) -shared -Wl,-soname -Wl,$@ -o $@ $^ $(LIBS) ln -sf $@ $(SHORTNAME) ln -sf $@ $(VSHORTNAME)