aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bf56f08..8299bd5 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ DATA = /share
BIN = /bin
PKGNAME = gpp
PY3 = python3
-SHEBANG = /usr/$(BIN)/env $(PY3)
+SHEBANG = /usr$(BIN)/env $(PY3)
COMMAND = gpp
LICENSES = $(DATA)/licenses
@@ -29,7 +29,7 @@ info: gpp.info.gz
gzip -9 -f "$*.info"
gpp: src/gpp.py
- VERSION=$(VERSION) $(PY3) "$<" < "$<" > "$@"
+ VERSION=$(VERSION) SHEBANG="$(SHEBANG)" $(PY3) "$<" -u -u < "$<" > "$@"
.PHONY: install
install: install-core install-doc