[svn] commit: r614 - /branches/parkinglot/src/bin/bind10/Makefile.am

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Jan 29 00:33:05 UTC 2010


Author: jreed
Date: Fri Jan 29 00:33:05 2010
New Revision: 614

Log:
This was meant to be committed at same time as my revision 613.

Modified:
    branches/parkinglot/src/bin/bind10/Makefile.am

Modified: branches/parkinglot/src/bin/bind10/Makefile.am
==============================================================================
--- branches/parkinglot/src/bin/bind10/Makefile.am (original)
+++ branches/parkinglot/src/bin/bind10/Makefile.am Fri Jan 29 00:33:05 2010
@@ -1,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 $@




More information about the bind10-changes mailing list