mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
18 lines
405 B
Plaintext
18 lines
405 B
Plaintext
--- 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
|