summaryrefslogtreecommitdiff
path: root/emulators/dlx/files/patch-aa
blob: 9cddf90b31fee36404c3fa3ee73bed4c190acd65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- 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