]> git.cworth.org Git - fips/commitdiff
Makefile: Drop rule for *.cc source files.
authorCarl Worth <cworth@cworth.org>
Mon, 5 Aug 2013 17:19:36 +0000 (10:19 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 5 Aug 2013 17:19:36 +0000 (10:19 -0700)
Fips does not include any C++ source code, so it doesn't need this
rule to expand files matching the *.cc pattern.

Makefile.local

index 7e17ff3753935b19921b956793b49b209427b6c7..7660d726089fbcde74a972c08aa8352caebe5c5f 100644 (file)
@@ -132,6 +132,5 @@ CLEAN := $(CLEAN) fips $(fips_modules) $(libfips_32_modules) $(libfips_64_module
 DISTCLEAN := $(DISTCLEAN) .first-build-message Makefile.config
 
 DEPS := $(SRCS:%.c=.deps/%.d)
-DEPS := $(DEPS:%.cc=.deps/%.d)
 
 -include $(DEPS)