Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
174efcfa
Commit
174efcfa
authored
Sep 04, 1997
by
sof
Browse files
[project @ 1997-09-04 19:50:29 by sof]
Added TAGS_HS_SRCS and TAGS_C_SRCS
parent
37220f0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/paths.mk
View file @
174efcfa
...
...
@@ -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.
#
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment