Skip to content
Snippets Groups Projects
Commit 174efcfa authored by sof's avatar sof
Browse files

[project @ 1997-09-04 19:50:29 by sof]

Added TAGS_HS_SRCS and TAGS_C_SRCS
parent 37220f0f
No related merge requests found
......@@ -130,6 +130,16 @@ OBJS=$(HS_OBJS) $(C_OBJS) $(SCRIPT_OBJS)
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.
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment