[X2Go-Commits] [x2goclient] 11/12: x2gohelper/Makefile.mxe: more quoting.
git-admin at x2go.org
git-admin at x2go.org
Thu Dec 1 21:54:47 CET 2022
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2goclient.
commit 672e1d9af6e4b629e955d3e2e75a9c11fba5a8ea
Author: Mihai Moldovan <ionic at ionic.de>
Date: Thu Dec 1 21:53:37 2022 +0100
x2gohelper/Makefile.mxe: more quoting.
---
debian/changelog | 1 +
x2gohelper/Makefile.mxe | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6f536b4..e916f95 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -144,6 +144,7 @@ x2goclient (4.1.2.3-0x2go1) UNRELEASED; urgency=medium
and prepare selector in x2goclient.pro.
- x2goclient.pro: also select on win32 and not just win32-*, fix
whitespace.
+ - x2gohelper/Makefile.mxe: more quoting.
* debian/control:
+ Move to debian/control.in.
* debian/control.in:
diff --git a/x2gohelper/Makefile.mxe b/x2gohelper/Makefile.mxe
index b7b94ee..1ccb6fd 100644
--- a/x2gohelper/Makefile.mxe
+++ b/x2gohelper/Makefile.mxe
@@ -1,4 +1,4 @@
all:
- ${MXE_BASE}/bin/${MXE_TARGET}-g++ -I ${MXE_BASE}/${MXE_TARGET}/include -o ../${BUILD_DIR}/${BUILD_CONFIG}/x2gohelper.exe x2gohelper.cpp
+ "${MXE_BASE}/bin/${MXE_TARGET}-g++" -I "${MXE_BASE}/${MXE_TARGET}/include" -o "../${BUILD_DIR}/${BUILD_CONFIG}/x2gohelper.exe" 'x2gohelper.cpp'
clean:
- rm -f ../${BUILD_DIR}/${BUILD_CONFIG}/x2gohelper.exe
+ rm -f "../${BUILD_DIR}/${BUILD_CONFIG}/x2gohelper.exe"
--
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