1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-17 00:00:40 +00:00
freebsd-ports/emulators/bsvc/files/patch-ag

12 lines
362 B
Plaintext
Raw Normal View History

--- 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