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 96fd134..f841829 100644
--- a/Makefile
+++ b/Makefile
@@ -7,13 +7,13 @@ PKGNAME = gpp
COMMAND = gpp
PY = python
-SHEBANG = /usr$(BIN)/env $(PY)
+SHEBANG = /usr/bin/env $(PY)
all: gpp
gpp: gpp.py
- env VERSION='$(VERSION)' SHEBANG='$(SHEBANG)' $(PY) "$<" < "$<" > "$@"
+ env SHEBANG='$(SHEBANG)' $(PY) gpp.py < gpp.py > $@
install: gpp
install -dm755 -- "$(DESTDIR)$(PREFIX)/bin"