X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=Makefile.local;h=7660d726089fbcde74a972c08aa8352caebe5c5f;hb=5169acf1de805f8ad277554f6ec064e8f36111c3;hp=cb73ab2ed231a34abe48696298949650105d13d4;hpb=99eeb7e0771887efc60f295db6a30a76c677c933;p=fips diff --git a/Makefile.local b/Makefile.local index cb73ab2..7660d72 100644 --- a/Makefile.local +++ b/Makefile.local @@ -39,10 +39,6 @@ ifeq ($(shell cat .first-build-message 2>/dev/null),) endif endif -.PHONY: test -test: - @echo "FIXME: Should consider adding a test suite here." - # The user has not set any verbosity, default to quiet mode and inform the # user how to enable verbose compiles. ifeq ($(V),) @@ -136,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)