mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
13 lines
303 B
Text
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)
|