blob: fbe461186abb21aeb10e8151ec3d5552df47508c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aj,v 1.1.1.1 2004/07/17 23:49:25 dmcmahill Exp $
--- src/sch/Makefile.in.orig Tue Apr 27 12:46:12 2004
+++ src/sch/Makefile.in
@@ -80,7 +80,7 @@ am__include = @am__include@
am__quote = @am__quote@
install_sh = @install_sh@
-AM_CFLAGS = -Wall -W -Wno-unused-parameter -Wno-unused-function -DDDR_DEBUG
+AM_CFLAGS = -DDDR_DEBUG
INCLUDES = -I$(srcdir)/../include
noinst_LIBRARIES = libsch.a
|