From a5236dba246c4edc55bdd0c6ca834bd0f437bb47 Mon Sep 17 00:00:00 2001 From: "Jeremy C. Reed" Date: Fri, 29 Jan 2010 00:33:05 +0000 Subject: [PATCH] This was meant to be committed at same time as my revision 613. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@614 e5f2f494-b856-4b98-b285-d166d9295462 --- src/bin/bind10/Makefile.am | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/bin/bind10/Makefile.am b/src/bin/bind10/Makefile.am index bfc569359e..1d2285c57a 100644 --- a/src/bin/bind10/Makefile.am +++ b/src/bin/bind10/Makefile.am @@ -1 +1,8 @@ -bin_SCRIPTS = bind10 bind10.py +bin_SCRIPTS = bind10 +CLEANFILES = bind10.py + +# TODO: does this need $$(DESTDIR) also? +# this is done here since configure.ac AC_OUTPUT doesn't expand exec_prefix +bind10: bind10.py + $(SED) "s|@@PYTHONPATH@@|@pyexecdir@|" bind10.py >$@ +# chmod a+x $@