ports/devel/ice/files/patch-cpp-Makefile
2022-01-15 20:23:08 +01:00

13 lines
303 B
Text

--- cpp/Makefile.orig 2019-08-12 19:54:18 UTC
+++ cpp/Makefile
@@ -13,8 +13,8 @@ include $(top_srcdir)/config/Make.rules
SUBDIRS = config src include
-ifneq ($(MAKECMDGOALS),install)
- SUBDIRS := $(SUBDIRS) test
+ifeq ($(NOTESTS),)
+ SUBDIRS := $(SUBDIRS) test
endif
ifeq ($(NOTEST),yes)