From f95d8f52cc86cf70f3762520cb37d392c330e6af Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 16 Apr 1998 12:06:11 +0000 Subject: [PATCH] [project @ 1998-04-16 12:06:11 by sof] Handle the case where $(SCRIPT_LINK) already exists (as a file) --- mk/target.mk | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.10.4