[svn] commit: r3262 - /branches/vorner-sockcreator/src/bin/bind10/Makefile.am
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Oct 18 15:47:17 UTC 2010
Author: vorner
Date: Mon Oct 18 15:47:16 2010
New Revision: 3262
Log:
Make the makefile portable
Modified:
branches/vorner-sockcreator/src/bin/bind10/Makefile.am
Modified: branches/vorner-sockcreator/src/bin/bind10/Makefile.am
==============================================================================
--- branches/vorner-sockcreator/src/bin/bind10/Makefile.am (original)
+++ branches/vorner-sockcreator/src/bin/bind10/Makefile.am Mon Oct 18 15:47:16 2010
@@ -26,7 +26,7 @@
# this is done here since configure.ac AC_OUTPUT doesn't expand exec_prefix
bind10: bind10_src.py
$(SED) -e "s|@@PYTHONPATH@@|@pyexecdir@|" \
- -e "s|@@LIBEXECDIR@@|$(pkglibexecdir)|" "$<" >"$@"
+ -e "s|@@LIBEXECDIR@@|$(pkglibexecdir)|" bind10_src.py >"$@"
chmod a+x "$@"
pytest:
More information about the bind10-changes
mailing list