6f58491242
CPP is a pre-processing library and binary executable, targeting full conformance for portable compilation of C programs.
14 lines
307 B
Text
14 lines
307 B
Text
$NetBSD: patch-Makefile,v 1.1 2016/02/20 02:54:45 khorben Exp $
|
|
|
|
Do not run the tests
|
|
|
|
--- Makefile.orig 2016-02-20 02:49:12.000000000 +0000
|
|
+++ Makefile
|
|
@@ -1,6 +1,6 @@
|
|
PACKAGE = CPP
|
|
VERSION = 0.0.3
|
|
-SUBDIRS = data doc include src tests
|
|
+SUBDIRS = data doc include src
|
|
RM = rm -f
|
|
LN = ln -f
|
|
TAR = tar
|