From 174efcfa9fc5d472769859d8882b0480ac4a53ec Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 4 Sep 1997 19:50:29 +0000 Subject: [PATCH] [project @ 1997-09-04 19:50:29 by sof] Added TAGS_HS_SRCS and TAGS_C_SRCS --- mk/paths.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- 1.7.10.4