From: sof Date: Thu, 16 Apr 1998 12:06:11 +0000 (+0000) Subject: [project @ 1998-04-16 12:06:11 by sof] X-Git-Tag: Approx_2487_patches~791 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f95d8f52cc86cf70f3762520cb37d392c330e6af;p=ghc-hetmet.git [project @ 1998-04-16 12:06:11 by sof] Handle the case where $(SCRIPT_LINK) already exists (as a file) --- diff --git a/mk/target.mk b/mk/target.mk index 44093a5..f0cccef 100644 --- a/mk/target.mk +++ b/mk/target.mk @@ -428,6 +428,7 @@ $(SCRIPT_LINK) : $(SCRIPT_PROG) endif + ########################################### # # Targets: install install-strip uninstall