aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3414ff62f..ba215d716 100644
--- a/Makefile
+++ b/Makefile
@@ -374,7 +374,7 @@ $(web_dest)/: $(MAIN) html
cp $(web_src)/S5DEMO $(web_dest)/ ; \
cp $(web_src)/header.html $(web_dest)/ ; \
cp $(web_src)/footer.html $(web_dest)/ ; \
- sh $(web_src)/mkdemos.sh $(web_dest) $(abspath .) | \
+ sh $(web_src)/mkdemos.sh $(web_dest) $(shell pwd) | \
$(make_page) > $(web_dest)/examples.html; \
) || { rm -rf $(web_dest); exit 1; }