Skip to content
Snippets Groups Projects
Commit 956c022f authored by Niels Möller's avatar Niels Möller
Browse files

Removed extra rule for creating dependency files.

Rev: src/symmetric/Makefile.am.in:1.8
parent c935ebd8
No related branches found
Tags moving_files_to_src_now
No related merge requests found
......@@ -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)
......
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