]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Removed extra rule for creating dependency files. moving_files_to_src_now
authorNiels Möller <nisse@lysator.liu.se>
Thu, 7 Jan 1999 15:05:25 +0000 (16:05 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 7 Jan 1999 15:05:25 +0000 (16:05 +0100)
Rev: src/symmetric/Makefile.am.in:1.8

Makefile.am.in

index 9430d295d1aa0bc7f6e037a25b5214a793e4b5dd..ba19cd0497a55faabb3861185e7b7469f08449a5 100644 (file)
@@ -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)