X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fpaths.mk;h=bd1d040ffd11c16a900a93d1025f8202f0894746;hb=2430859b6ce37c5adcbc446316538b68cc2d74b6;hp=8fdbae9c562b9e77ad81d051ae56c77b9363fe35;hpb=cc1d779c5f9a4ab80829b24bd715b976a7f5d98c;p=ghc-hetmet.git 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