summaryrefslogtreecommitdiffstats
path: root/games/oonsoo/files/patch-Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'games/oonsoo/files/patch-Makefile.common')
-rw-r--r--games/oonsoo/files/patch-Makefile.common20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/oonsoo/files/patch-Makefile.common b/games/oonsoo/files/patch-Makefile.common
new file mode 100644
index 0000000..4d61eb2
--- /dev/null
+++ b/games/oonsoo/files/patch-Makefile.common
@@ -0,0 +1,20 @@
+--- Makefile.common.orig Tue Jan 11 08:36:39 2000
++++ Makefile.common Thu Feb 24 04:14:30 2000
+@@ -33,7 +33,7 @@
+ echo ""; \
+ echo "------ Building: $$dir"; \
+ cd $$dir; \
+- make $(MAKEPARMS) MAKEPARMS="$(MAKEPARMS)" all; \
++ $(MAKE) $(MAKEPARMS) MAKEPARMS="$(MAKEPARMS)" all; \
+ if [ $$? -eq 0 ] ; \
+ then \
+ cd ..; \
+@@ -48,7 +48,7 @@
+ echo ""; \
+ echo "------ Cleaning: $$dir"; \
+ cd $$dir; \
+- make $(MAKEPARMS) MAKEPARMS="$(MAKEPARMS)" clean; \
++ $(MAKE) $(MAKEPARMS) MAKEPARMS="$(MAKEPARMS)" clean; \
+ if [ $$? -eq 0 ] ; \
+ then \
+ cd ..; \
OpenPOWER on IntegriCloud