Removed static kludge. Some platforms don't have a static libdl.

This commit is contained in:
cls%seawood.org 1998-10-06 01:50:29 +00:00
Родитель 7cff1485c8
Коммит 8ff4aebf65
1 изменённых файлов: 1 добавлений и 5 удалений

Просмотреть файл

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