diff options
Diffstat (limited to 'cpp/src/slice2html')
-rw-r--r-- | cpp/src/slice2html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2html/Makefile b/cpp/src/slice2html/Makefile index 2caeaa9a23e..db66645c7e6 100644 --- a/cpp/src/slice2html/Makefile +++ b/cpp/src/slice2html/Makefile @@ -9,7 +9,7 @@ top_srcdir = ../.. -NAME = $(top_srcdir)/bin/slice2html +NAME = $(bindir)/slice2html TARGETS = $(NAME) |