freebsd-ports/emulators/dlx/files/patch-aa

17 lines
405 B
Text

--- dlxsim/Makefile.orig Tue Dec 18 12:26:43 1990
+++ dlxsim/Makefile Fri Mar 9 22:23:17 2001
@@ -7,11 +7,10 @@
LIBS = tcl/tcl.a
#LIBS = tcl/tcl.a -lBSD
-CC = gcc
-CC = cc
-CFLAGS = -g -I. -Itcl
+CC ?= cc
+CFLAGS += -g -I. -Itcl
DEST = /tmp_mnt/home/ginger/pnh/bly/bin/$(MACHINE)/
-DEST = ../bin
+DEST = ../bin/
TARGET = dlxsim
OBJS = asm.o cop0.o getput.o io.o main.o sim.o stop.o sym.o trap.o