summaryrefslogtreecommitdiff
path: root/ftp/ftpproxy/files/patch-Makefile
blob: d59d84749c93f8722bd06af37b6ad534347e4527 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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