From 152b67da7b844d043f392002f2d3fc454d537b43 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 5 Aug 2013 10:19:36 -0700 Subject: [PATCH] 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. --- Makefile.local | 1 - 1 file changed, 1 deletion(-) 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) -- 2.43.0