summaryrefslogtreecommitdiffstats
path: root/util/Makefile
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2013-09-03 00:48:58 +0200
committermakefu <github@syntax-fehler.de>2013-09-03 00:49:11 +0200
commit3b60d47e8e434f78d2509efc8fff88de31d7bca9 (patch)
tree71fd04bd3ff4a65f0fcc45dc33c1c57bb038849e /util/Makefile
parent16b7a06d5f5b6bb3c9a0a4e963a6170140947ab5 (diff)
$(PWD) -> $(CURDIR) in util/Makefile
Diffstat (limited to 'util/Makefile')
-rw-r--r--util/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/Makefile b/util/Makefile
index ab22947f..943a2ad3 100644
--- a/util/Makefile
+++ b/util/Makefile
@@ -1,7 +1,7 @@
usage:;cat Makefile
test:
- @export PATH="$(PWD)/bin:$(PATH)"; \
+ @export PATH="$(CURDIR)/bin:$(PATH)"; \
tests="`find t -type f -executable`"; \
i=1; \
n=`echo "$$tests" | wc -l`; \