From: Carl Worth Date: Mon, 5 Aug 2013 17:19:36 +0000 (-0700) Subject: Makefile: Drop rule for *.cc source files. X-Git-Url: https://git.cworth.org/git?p=fips;a=commitdiff_plain;h=152b67da7b844d043f392002f2d3fc454d537b43 Makefile: Drop rule for *.cc source files. Fips does not include any C++ source code, so it doesn't need this rule to expand files matching the *.cc pattern. --- diff --git a/Makefile.local b/Makefile.local index 7e17ff3..7660d72 100644 --- a/Makefile.local +++ b/Makefile.local @@ -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)