From 9c497a033ba44459a9b085bdabdd0fe30ddb189d Mon Sep 17 00:00:00 2001 From: "ramiro%netscape.com" Date: Fri, 4 Jun 1999 22:23:55 +0000 Subject: [PATCH] Dont hardcode the location of libdl.so. This is already done for you by $(OS_LIBS). --- intl/strres/tests/Makefile.in | 8 -------- 1 file changed, 8 deletions(-) diff --git a/intl/strres/tests/Makefile.in b/intl/strres/tests/Makefile.in index cefae1e67f88..6ccdb28101c4 100644 --- a/intl/strres/tests/Makefile.in +++ b/intl/strres/tests/Makefile.in @@ -58,17 +58,9 @@ include $(topsrcdir)/config/rules.mk INCLUDES += -I$(srcdir)/../src -# needed for mac linux -ifeq ($(OS_ARCH),Linux) -ifneq ($(OS_RELEASE),1.2) -OS_LIBS += /usr/lib/libdl.so -endif -endif - EXPORT_RESOURCE = \ $(srcdir)/strres.properties \ $(NULL) install:: $(INSTALL) $(EXPORT_RESOURCE) $(DIST)/bin/res -