Remove last change as Howard's integrated

--only-static, --only-dynamic changes.
This commit is contained in:
Kurt Zeilenga 2000-10-04 17:06:06 +00:00
parent 68f1e3a55c
commit c9a7bbf27d

View file

@ -12,7 +12,7 @@ LIBSTAT = lib$(LIBBASE).a
LTFLAGS = --only-$(LINKAGE)
COMPILE = $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) $(MODDEFS) -c
COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile $(CC) $(CFLAGS) $(MODDEFS) -c
LTLIBLINK = $(LIBTOOL) $(LTFLAGS) --mode=link $(CC) -rpath $(moduledir) \
$(CFLAGS) $(LDFLAGS) $(LTVERSION) $(LT_NO_UNDEF)