From: sof Date: Thu, 11 Mar 1999 09:11:38 +0000 (+0000) Subject: [project @ 1999-03-11 09:11:38 by sof] X-Git-Tag: Approximately_9120_patches~6400 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5645f7536b5c4fff7d5798c2d3abe8d0b0cc9712;p=ghc-hetmet.git [project @ 1999-03-11 09:11:38 by sof] After 'make install' has completed, make sure we regenerate the script in a state that's useable. --- diff --git a/ghc/utils/mkdependHS/Makefile b/ghc/utils/mkdependHS/Makefile index 088604d..61042cc 100644 --- a/ghc/utils/mkdependHS/Makefile +++ b/ghc/utils/mkdependHS/Makefile @@ -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)