mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
391 B
Plaintext
16 lines
391 B
Plaintext
$NetBSD: patch-Makefile.am,v 1.2 2012/03/21 18:28:40 drochner Exp $
|
|
|
|
--- Makefile.in.orig 2011-12-26 22:11:41.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -42,8 +42,8 @@ profile:
|
|
debug:
|
|
$(MAKE) all CFLAGS="" AM_CPPFLAGS="-ggdb -DDEBUG"
|
|
|
|
-.c.h:
|
|
- scripts/MakeHeader.py $<
|
|
+#.c.h:
|
|
+# scripts/MakeHeader.py $<
|
|
|
|
cppcheck:
|
|
cppcheck -q -v . --enable=all -DHAVE_CGROUP -DHAVE_OPENVZ -DHAVE_TASKSTATS
|