]> git.cworth.org Git - fips/blobdiff - Makefile.local
glxwrap: Initialize fips_dispatch when glxMakeContextCurrent is called
[fips] / Makefile.local
index cb73ab2ed231a34abe48696298949650105d13d4..7660d726089fbcde74a972c08aa8352caebe5c5f 100644 (file)
@@ -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)