aboutsummaryrefslogtreecommitdiff
path: root/emulators/z80pack/files/patch-cpmsim_srctools_Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/z80pack/files/patch-cpmsim_srctools_Makefile')
-rw-r--r--emulators/z80pack/files/patch-cpmsim_srctools_Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/emulators/z80pack/files/patch-cpmsim_srctools_Makefile b/emulators/z80pack/files/patch-cpmsim_srctools_Makefile
deleted file mode 100644
index 1d2a75a3e83a..000000000000
--- a/emulators/z80pack/files/patch-cpmsim_srctools_Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
---- cpmsim/srctools/Makefile.orig 2021-01-06 16:07:39 UTC
-+++ cpmsim/srctools/Makefile
-@@ -1,19 +1,19 @@
- #
- # some places where the tools usually are installed
- #
--INSTALLDIR=${HOME}/bin
-+#INSTALLDIR=${HOME}/bin
- #INSTALLDIR=/usr/local/bin
-
- #CC = cc
--CC = gcc
-+#CC = gcc
-
--CFLAGS= -O3 -Wall
-+#CFLAGS= -O3 -Wall
-
--all: test mkdskimg bin2hex send receive ptp2bin
-- @echo
-- @echo "Done."
-- @echo "Now run make install"
-- @echo
-+all: mkdskimg bin2hex send receive ptp2bin
-+# @echo
-+# @echo "Done."
-+# @echo "Now run make install"
-+# @echo
-
- test:
- @test -d ${INSTALLDIR} || (echo "${INSTALLDIR} doesn't exist, fix INSTALLDIR"; exit 1)