ae4a2aed2a
- don't pass gcc specific flags
16 lines
378 B
Text
16 lines
378 B
Text
$NetBSD: patch-aa,v 1.2 2004/06/15 12:30:47 grant Exp $
|
|
|
|
--- Makefile.orig 1992-10-31 03:29:37.000000000 +1100
|
|
+++ Makefile
|
|
@@ -5,9 +5,9 @@
|
|
# couple of signal trapping calls.
|
|
|
|
#CFLAGS = -O2
|
|
-CFLAGS = -g
|
|
+#CFLAGS = -g
|
|
|
|
-CC = gcc
|
|
+#CC = gcc
|
|
SRCS = develop.c primary.c misc.c readgif.c vtgraph.c
|
|
OBJS = develop.o primary.o misc.o readgif.o vtgraph.o
|
|
TARGET = gif320
|