[project @ 1999-03-11 09:11:38 by sof]
authorsof <unknown>
Thu, 11 Mar 1999 09:11:38 +0000 (09:11 +0000)
committersof <unknown>
Thu, 11 Mar 1999 09:11:38 +0000 (09:11 +0000)
After 'make install' has completed, make sure we regenerate the
script in a state that's useable.

ghc/utils/mkdependHS/Makefile

index 088604d..61042cc 100644 (file)
@@ -59,4 +59,4 @@ include $(TOP)/mk/target.mk
 #
 install ::
        @$(RM) $(SCRIPT_PROG)
-       @$(MAKE) $(MFLAGS) $(SCRIPT_PROG)
+       @$(MAKE) $(MFLAGS) BIN_DIST=0 INSTALLING=0 $(SCRIPT_PROG)