From: sof Date: Thu, 20 Mar 1997 12:50:54 +0000 (+0000) Subject: [project @ 1997-03-20 12:50:54 by sof] X-Git-Tag: Approximately_1000_patches_recorded~765 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2430859b6ce37c5adcbc446316538b68cc2d74b6;p=ghc-hetmet.git [project @ 1997-03-20 12:50:54 by sof] make depend defaults srcs defined --- diff --git a/mk/paths.mk b/mk/paths.mk index 8fdbae9..bd1d040 100644 --- a/mk/paths.mk +++ b/mk/paths.mk @@ -187,6 +187,16 @@ OBJS=$(HS_OBJS) $(C_OBJS) $(SCRIPT_OBJS) # #------------------------------------------------------------------ +# +# make depend defaults +# +# The default set of files for the dependency generators to work on +# is just their source equivalents. +# +MKDEPENDHS_SRCS=$(HS_SRCS) +MKDEPENDC_SRCS=$(C_SRCS) + +#------------------------------------------------------------------ # Clean file make-variables. # # The following three variables are used to control