21 lines
491 B
Plaintext
21 lines
491 B
Plaintext
$OpenBSD: patch-Makefile,v 1.2 2007/10/26 21:46:12 ajacoutot Exp $
|
|
--- Makefile.orig Thu Jun 23 18:00:00 1994
|
|
+++ Makefile Fri Oct 26 23:42:45 2007
|
|
@@ -23,12 +23,12 @@ COBJECTS = gofc.o cbuiltin.o cmachine.o $(OBJECTS)
|
|
# as you use to build the file runtime.o (as specified by the CC macro
|
|
# below).
|
|
|
|
-CC = cc
|
|
+#CC = cc
|
|
#CFLAGS = -DUSE_READLINE=1
|
|
-CFLAGS =
|
|
+#CFLAGS =
|
|
LDFLAGS = -lm
|
|
-OPTFLAGS = -O
|
|
-OPT1 =
|
|
+#OPTFLAGS = -O
|
|
+#OPT1 =
|
|
#OPT1 = -O1
|
|
|
|
all : gofer gofc runtime.o
|