From 8ff4aebf65e61d6ef7fe826e716bd04454f4dd3a Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Tue, 6 Oct 1998 01:50:29 +0000 Subject: [PATCH] Removed static kludge. Some platforms don't have a static libdl. --- cmd/xfe/icons/Makefile.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/cmd/xfe/icons/Makefile.in b/cmd/xfe/icons/Makefile.in index c1a1aba086a8..bbd362e3496b 100644 --- a/cmd/xfe/icons/Makefile.in +++ b/cmd/xfe/icons/Makefile.in @@ -171,17 +171,13 @@ MKICONS_DSOS = \ MKICONS_EXTRA = $(NSPR_LDFLAGS) $(NSPR_LIBS) $(MKICONS_DSOS) $(OS_LIBS) -lm -ifndef NO_STATIC_LIB -CFLAGS_STATIC = -static -endif - ####################################################################### # Rules to build mkicons program and then icondata.c # XXX We need to reach into the Image Library modules's source directory to # get the file if.h $(MKICONS_EXE): mkicons.cpp $(MKICONS_LIB) - $(CCC) $(CFLAGS_STATIC) $(CFLAGS) -o $@ -I$(topsrcdir)/modules/libimg/src $< $(XFE_MKICONS_BIN_LDPATH) $(MKICONS_LIB) $(MKICONS_EXTRA) + $(CCC) $(CFLAGS) -o $@ -I$(topsrcdir)/modules/libimg/src $< $(XFE_MKICONS_BIN_LDPATH) $(MKICONS_LIB) $(MKICONS_EXTRA) $(ICONLIST): $(ICONS) @echo Adding icons to $@