summaryrefslogtreecommitdiff
path: root/net-irc/epic4/files/epic4-2.10.1-make-recursion.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-irc/epic4/files/epic4-2.10.1-make-recursion.patch')
-rw-r--r--net-irc/epic4/files/epic4-2.10.1-make-recursion.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-irc/epic4/files/epic4-2.10.1-make-recursion.patch b/net-irc/epic4/files/epic4-2.10.1-make-recursion.patch
new file mode 100644
index 000000000000..68d7e4c460b6
--- /dev/null
+++ b/net-irc/epic4/files/epic4-2.10.1-make-recursion.patch
@@ -0,0 +1,10 @@
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -210,6 +210,6 @@
+ $(RM) Makefile source/Makefile include/sig.inc config.status config.cache config.log include/defs.h source/info.c.sh
+
+ depend:
+- (cd source;make depend)
++ (cd source;$(MAKE) depend)
+
+ # This is the end of the file.