From: sof Date: Thu, 4 Sep 1997 19:50:29 +0000 (+0000) Subject: [project @ 1997-09-04 19:50:29 by sof] X-Git-Tag: Approximately_1000_patches_recorded~31 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=174efcfa9fc5d472769859d8882b0480ac4a53ec;p=ghc-hetmet.git [project @ 1997-09-04 19:50:29 by sof] Added TAGS_HS_SRCS and TAGS_C_SRCS --- diff --git a/mk/paths.mk b/mk/paths.mk index d52c642..3a95861 100644 --- a/mk/paths.mk +++ b/mk/paths.mk @@ -131,6 +131,16 @@ MKDEPENDHS_SRCS=$(HS_SRCS) MKDEPENDC_SRCS=$(C_SRCS) #------------------------------------------------------------------ +# +# make TAGS defaults +# +# The default set of files for the dependency generators to work on +# is just their source equivalents. +# +TAGS_HS_SRCS=$(HS_SRCS) +TAGS_C_SRCS=$(C_SRCS) + +#------------------------------------------------------------------ # Clean file make-variables. # # The following three variables are used to control