summarylogtreecommitdiffstats
path: root/0001-src-makefile-misc-exe.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-src-makefile-misc-exe.patch')
-rw-r--r--0001-src-makefile-misc-exe.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/0001-src-makefile-misc-exe.patch b/0001-src-makefile-misc-exe.patch
new file mode 100644
index 000000000000..83da39ad0f94
--- /dev/null
+++ b/0001-src-makefile-misc-exe.patch
@@ -0,0 +1,16 @@
+diff -pNaru5 a/src/makefile b/src/makefile
+--- a/src/makefile 2024-03-26 02:10:56.477386810 -0400
++++ b/src/makefile 2024-03-26 02:11:04.114045045 -0400
+@@ -24,11 +24,11 @@ DIRS = \
+ all : misc.exe config $(DIRS) makemake.exe subs
+
+ misc.exe : misc.c
+ gcc -O2 -Wall misc.c -o misc.exe
+
+-$(DIRS) :
++$(DIRS) : misc.exe
+ ./misc.exe mkdir $@
+
+ makemake.exe : makemake.c
+ gcc -O2 -Wall makemake.c -o makemake.exe
+