24 lines
633 B
Text
24 lines
633 B
Text
$NetBSD: patch-ab,v 1.3 2003/09/19 18:18:12 wiz Exp $
|
|
|
|
--- Makefile.orig Wed Jul 28 15:05:02 1999
|
|
+++ Makefile
|
|
@@ -31,8 +31,8 @@
|
|
ID="@(#)Makefile:3.9 -- 5/15/91 19:30:15";
|
|
SHELL = /bin/sh
|
|
#HZ = ???? #(read from environment)
|
|
-CFLAGS = -DTIME
|
|
-CC=gcc
|
|
+CFLAGS += -DTIME
|
|
+#CC=gcc
|
|
|
|
## For Linux 486/Pentium, GCC 2.7.x and 2.8.x
|
|
#OPTON = -O2 -fomit-frame-pointer -fforce-addr -fforce-mem -ffast-math \
|
|
@@ -54,7 +54,7 @@
|
|
#CFLAGS = -DTIME -std1 -verbose -w0
|
|
|
|
## generic gcc CFLAGS. -DTIME must be included
|
|
-CFLAGS = -DTIME -Wall -pedantic -ansi
|
|
+#CFLAGS = -DTIME -Wall -pedantic -ansi
|
|
|
|
# local directories
|
|
PROGDIR = ./pgms
|