[project @ 2001-02-14 12:32:48 by rrt]
authorrrt <unknown>
Wed, 14 Feb 2001 12:32:48 +0000 (12:32 +0000)
committerrrt <unknown>
Wed, 14 Feb 2001 12:32:48 +0000 (12:32 +0000)
Remove an out-of-date comment and correct a Windows wibble.

mk/target.mk

index eefb041..4fea075 100644 (file)
@@ -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