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
2430859b
Commit
2430859b
authored
Mar 20, 1997
by
sof
Browse files
[project @ 1997-03-20 12:50:54 by sof]
make depend defaults srcs defined
parent
cc1d779c
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/paths.mk
View file @
2430859b
...
...
@@ -186,6 +186,16 @@ OBJS=$(HS_OBJS) $(C_OBJS) $(SCRIPT_OBJS)
# Thing.
#
#------------------------------------------------------------------
#
# 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.
#
...
...
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