16 lines
410 B
Plaintext
16 lines
410 B
Plaintext
$NetBSD: patch-ad,v 1.3 2011/03/11 14:49:03 drochner Exp $
|
|
|
|
--- support/genmk/makefile.orig 2000-09-10 01:14:18.000000000 +0000
|
|
+++ support/genmk/makefile
|
|
@@ -7,8 +7,8 @@ SRC=genmk.c
|
|
OBJ=genmk.o
|
|
# Define PC if you use a PC OS (changes directory symbol and object file extension)
|
|
# see pccts/h/pcctscfg.h
|
|
-CC=cc
|
|
-COPT=-O
|
|
+#CC=cc
|
|
+#COPT=-O
|
|
#CFLAGS=-I../../h -DPC
|
|
CFLAGS=$(COPT) -I../../h
|
|
BAG=../../bin/bag
|