diff options
Diffstat (limited to 'emulators/bsvc/files/patch-ah')
-rw-r--r-- | emulators/bsvc/files/patch-ah | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/bsvc/files/patch-ah b/emulators/bsvc/files/patch-ah new file mode 100644 index 000000000000..e24fb45bd13b --- /dev/null +++ b/emulators/bsvc/files/patch-ah @@ -0,0 +1,11 @@ +--- sim68360/cpu/Makefile.orig Mon Sep 6 21:47:20 1999 ++++ sim68360/cpu/Makefile Mon Sep 6 21:47:39 1999 +@@ -31,7 +31,7 @@ + $(CC) $(INCLUDES) -o instruction instruction.c + + cpu32DecodeTable.hxx: instruction instruction.list +- $(PROJECT_BASE)/src/sim68360/cpu/instruction ++ $(WRKSRC)/sim68360/cpu/instruction + + clean: + rm -f *.o $(LIBRARY) instruction |