Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/ftp/ftpproxy/files/patch-Makefile
16461 views
--- Makefile.orig	2004-07-30 12:49:27 UTC
+++ 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