[X2Go-Commits] [x2goclient] 03/03: Makefile: invoke make as $(MAKE) to keep original invocation.
git-admin at x2go.org
git-admin at x2go.org
Sun May 16 15:33:35 CEST 2021
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2goclient.
commit c3bd880325c953bdc90fb96be95d3b44ec6ec63f
Author: Mihai Moldovan <ionic at ionic.de>
Date: Sun May 16 15:30:31 2021 +0200
Makefile: invoke make as $(MAKE) to keep original invocation.
---
Makefile | 2 +-
debian/changelog | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 781622d..a6dc732 100755
--- a/Makefile
+++ b/Makefile
@@ -102,7 +102,7 @@ clean_client:
rm -fr $(CLIENT_DIR)
clean_man:
- make -f Makefile.man2html clean
+ $(MAKE) -f Makefile.man2html clean
install: install_client install_man
diff --git a/debian/changelog b/debian/changelog
index c8cf473..249dd55 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -58,6 +58,7 @@ x2goclient (4.1.2.3-0x2go1) UNRELEASED; urgency=medium
only make the linguist tools (lrelease) conditional.
- Makefile: make controllable variables default-if-not-set to allow
overriding via the environment.
+ - Makefile: invoke make as $(MAKE) to keep original invocation.
* debian/control:
+ Move to debian/control.in.
* debian/control.in:
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-commits
mailing list