aboutsummaryrefslogtreecommitdiff
path: root/devel/ice/files/patch-cpp-Makefile
blob: 68510120c1c69b82ed27c6f8a319438a833efef9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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)