mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
bacdfe64cd
Switch to tk8.2 Make myself MAINTAINER after no response from previous MAINTAINER.
12 lines
362 B
Plaintext
12 lines
362 B
Plaintext
--- sim68000/cpu/Makefile.orig Mon Sep 6 21:46:13 1999
|
|
+++ sim68000/cpu/Makefile Mon Sep 6 21:46:36 1999
|
|
@@ -28,7 +28,7 @@
|
|
$(CC) $(INCLUDES) -o instruction instruction.c
|
|
|
|
m68000DecodeTable.hxx: instruction instruction.list
|
|
- $(PROJECT_BASE)/src/sim68000/cpu/instruction
|
|
+ $(WRKSRC)/sim68000/cpu/instruction
|
|
|
|
clean:
|
|
rm -f *.o $(LIBRARY) instruction
|