mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
19 lines
414 B
Plaintext
19 lines
414 B
Plaintext
$NetBSD: patch-aa,v 1.2 2001/02/24 15:45:52 jtb Exp $
|
|
|
|
--- makefile.orig Thu Feb 22 12:21:22 2001
|
|
+++ makefile
|
|
@@ -6,11 +6,11 @@
|
|
refute.o unify.o defsysp.o syspred1.o\
|
|
syspred2.o trans.o tr_sub.o tr_split.o
|
|
#CFLAGS = -g
|
|
-CFLAGS = -pg -g # for debug
|
|
+#CFLAGS = -pg -g # for debug
|
|
#CFLAGS = -O2 # for optimization
|
|
#CFLAGS = -O4
|
|
#CC = gcc
|
|
-CC = cc
|
|
+#CC = cc
|
|
FLAGS = -lm
|
|
|
|
cup: $(OBJECTS)
|