Dont hardcode the location of libdl.so. This is already done for you by

$(OS_LIBS).


git-svn-id: svn://10.0.0.236/trunk@33808 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ramiro%netscape.com
1999-06-04 22:23:55 +00:00
parent 0e075a7b80
commit b488eb78b9

View File

@@ -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