]> andersk Git - moira.git/commitdiff
Programmer: Win Treese
authorjtkohl <jtkohl>
Thu, 5 Jan 1989 14:22:05 +0000 (14:22 +0000)
committerjtkohl <jtkohl>
Thu, 5 Jan 1989 14:22:05 +0000 (14:22 +0000)
Auditor: John Kohl
changes: remove symlinks first.

util/imake.includes/Imake.rules

index 7938eceb59f68c4dac01e89996724ec1b4da83b5..75b1f915a1f6ff31acaafb4f245008ccd26e18ff 100644 (file)
@@ -364,6 +364,7 @@ print:: ${CODE}                                                             @@\
 src:: ${CODE}                                                          @@\
                                                                        @@\
 ${CODE}:                                                               @@\
+       $(RM) $@                                                        @@\
        -$(LN) ${SRCDIR}/$@ $@
 
 #define do_subdirs_no_imakefile(subdirs)                               @@\
This page took 1.114362 seconds and 5 git commands to generate.