diff world/Makefile @ 2524:73f3062d717c

Rename two Makefile variables.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 14 Aug 2023 12:53:56 +0300
parents d2918bedeb19
children 3433e50fd516
line wrap: on
line diff
--- a/world/Makefile	Mon Aug 14 12:53:35 2023 +0300
+++ b/world/Makefile	Mon Aug 14 12:53:56 2023 +0300
@@ -156,12 +156,12 @@
 
 # Upload changed files to site
 upload: $(TARGETS) $(LOCFILES) $(EXTRA_UPLOAD)
-	$(RSCP) $? $(UPLOAD_URL)
+	$(RSCP_COMMAND) $? $(RSCP_UPLOAD_URL)
 	@touch $@
 
 # Upload only *.loc files
 uploc: $(LOCFILES) $(EXTRA_UPLOAD)
-	$(RSCP) $+ $(UPLOAD_URL)
+	$(RSCP_COMMAND) $+ $(RSCP_UPLOAD_URL)
 
 # Clean temporary and generated targets
 clean: