aboutsummaryrefslogtreecommitdiff
path: root/ftp/ftpproxy/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/ftpproxy/files/patch-Makefile')
-rw-r--r--ftp/ftpproxy/files/patch-Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/ftp/ftpproxy/files/patch-Makefile b/ftp/ftpproxy/files/patch-Makefile
new file mode 100644
index 000000000000..d59d84749c93
--- /dev/null
+++ b/ftp/ftpproxy/files/patch-Makefile
@@ -0,0 +1,20 @@
+--- Makefile.orig 2004-07-30 12:49:27.000000000 +0000
++++ Makefile
+@@ -9,7 +9,7 @@ TARGETS = ftp.proxy
+
+
+ all: $(TARGETS)
+- cd src; make all
++ cd src; $(MAKE) all
+
+
+ install: all
+@@ -18,7 +18,7 @@ install: all
+
+
+ ftp.proxy:
+- cd src; make ftp.proxy
++ cd src; $(MAKE) ftp.proxy
+
+
+ tar: clean