Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nettle
nettle
Commits
956c022f
Commit
956c022f
authored
Jan 07, 1999
by
Niels Möller
Browse files
Removed extra rule for creating dependency files.
Rev: src/symmetric/Makefile.am.in:1.8
parent
c935ebd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am.in
View file @
956c022f
...
...
@@ -60,8 +60,8 @@ depend:
rm
-f
$(DEP_FILES)
make
$(DEP_FILES)
.deps/%.P
:
%.c
$(CC)
$(CPPFLAGS)
$(DEFS)
-M
-MG
$<
>
$@
#
.deps/%.P : %.c
#
$(CC) $(CPPFLAGS) $(DEFS) -M -MG $< > $@
MAINTAINERCLEANFILES
+=
$(DEP_FILES)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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