opnsense-ports/devel/ice/files/patch-cpp-Makefile
Franco Fichtner 5d1a9936bc */*: sync with upstream
Taken from: FreeBSD
2015-07-14 09:15:40 +02:00

13 lines
388 B
Text

--- cpp/Makefile.orig 2015-06-23 15:30:20.000000000 +0000
+++ cpp/Makefile 2015-06-27 09:35:22.892599446 +0000
@@ -13,8 +13,8 @@
SUBDIRS = config src include
-ifneq ($(MAKECMDGOALS),install)
- SUBDIRS := $(SUBDIRS) test
+ifeq ($(NOTESTS),)
+ SUBDIRS := $(SUBDIRS) test
endif
INSTALL_SUBDIRS = $(install_bindir) $(install_libdir)$(cpp11libdirsuffix) $(install_includedir) \