[svn] commit: r1239 - /trunk/src/bin/cmdctl/Makefile.am
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Mar 9 15:07:55 UTC 2010
Author: jreed
Date: Tue Mar 9 15:07:55 2010
New Revision: 1239
Log:
Change CLEANFILES back.
This is for the "make clean" target.
The other file, cmdctl.py, is created by configure
and is handled by "make distclean".
Modified:
trunk/src/bin/cmdctl/Makefile.am
Modified: trunk/src/bin/cmdctl/Makefile.am
==============================================================================
--- trunk/src/bin/cmdctl/Makefile.am (original)
+++ trunk/src/bin/cmdctl/Makefile.am Tue Mar 9 15:07:55 2010
@@ -5,7 +5,7 @@
b10_cmdctldir = $(DESTDIR)$(pkgdatadir)
b10_cmdctl_DATA = passwd.csv b10-cmdctl.pem
-CLEANFILES= cmdctl.py
+CLEANFILES= b10-cmdctl
# TODO: does this need $$(DESTDIR) also?
# this is done here since configure.ac AC_OUTPUT doesn't expand exec_prefix
More information about the bind10-changes
mailing list