From 8b638c8616cbe3dc87c4386d56dd54b41fd761c0 Mon Sep 17 00:00:00 2001 From: rrt Date: Wed, 14 Feb 2001 12:32:48 +0000 Subject: [PATCH] [project @ 2001-02-14 12:32:48 by rrt] Remove an out-of-date comment and correct a Windows wibble. --- mk/target.mk | 9 --------- 1 file changed, 9 deletions(-) diff --git a/mk/target.mk b/mk/target.mk index eefb041..4fea075 100644 --- a/mk/target.mk +++ b/mk/target.mk @@ -607,12 +607,6 @@ endif all :: $(SCRIPT_PROG) -# -# #! support under cygwin32 is not quite there yet, -# so we rely on the eval `trick' instead. On all other -# platforms, we prepend #!$(INTERP) -- SOF 6/97 -# - $(SCRIPT_PROG) : $(SCRIPT_OBJS) $(RM) $@ @echo Creating $@... @@ -750,11 +744,8 @@ ifneq "$(LIBRARY)" "" INSTALL_LIBS += $(LIBRARY) ifeq "$(DLLized)" "YES" INSTALL_PROGS += $(DLL_NAME) -else -ifeq "$(DLLized)" "YES" INSTALL_LIBS += $(patsubst %.a,%_imp.a, $(LIBRARY)) endif -endif INSTALL_DATAS += $(HS_IFACES) endif -- 1.7.10.4