aboutsummaryrefslogtreecommitdiff
path: root/emulators/simh/files/patch-makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/simh/files/patch-makefile')
-rw-r--r--emulators/simh/files/patch-makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/simh/files/patch-makefile b/emulators/simh/files/patch-makefile
deleted file mode 100644
index 1e61f59270b4..000000000000
--- a/emulators/simh/files/patch-makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- makefile.orig Tue Oct 28 18:02:43 2003
-+++ makefile Tue Oct 28 18:03:09 2003
-@@ -5,7 +5,7 @@
- #
- ifeq ($(WIN32),)
- #Unix Environments
--CC = gcc -O2 -lm -I .
-+CC = gcc ${CFLAGS} -lm -I .
- #CC = gcc -O2 -g -lm -I .
- ifeq ($(USE_NETWORK),)
- else