Browse Source

Make sure the final python script (as created by "make") is removed
on a "make clean".
The intermediate .py file is created by configure, so is already
removed during the "make distclean" step.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@839 e5f2f494-b856-4b98-b285-d166d9295462

Jeremy C. Reed 15 years ago
parent
commit
3c021a3f9c

+ 1 - 1
src/bin/bind10/Makefile.am

@@ -1,5 +1,5 @@
 bin_SCRIPTS = bind10
-CLEANFILES = bind10.py
+CLEANFILES = bind10
 
 pkglibexecdir = $(libexecdir)/@PACKAGE@
 

+ 1 - 1
src/bin/cfgmgr/Makefile.am

@@ -2,7 +2,7 @@ pkglibexecdir = $(libexecdir)/@PACKAGE@
 
 pkglibexec_SCRIPTS = b10-cfgmgr
 
-CLEANFILES = b10-cfgmgr.py
+CLEANFILES = b10-cfgmgr
 
 b10_cfgmgrdir = @localstatedir@/@PACKAGE@
 b10_cfgmgr_DATA = 

+ 1 - 1
src/bin/cmdctl/Makefile.am

@@ -5,7 +5,7 @@ pkglibexec_SCRIPTS = b10-cmdctl
 b10_cmdctldir = $(DESTDIR)$(pkgdatadir)
 b10_cmdctl_DATA = passwd.csv b10-cmdctl.pem
 
-CLEANFILES=	b10-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

+ 1 - 1
src/bin/msgq/Makefile.am

@@ -2,7 +2,7 @@ pkglibexecdir = $(libexecdir)/@PACKAGE@
  
 pkglibexec_SCRIPTS = msgq
 
-CLEANFILES = msgq.py
+CLEANFILES = msgq
 
 # TODO: does this need $$(DESTDIR) also?
 # this is done here since configure.ac AC_OUTPUT doesn't expand exec_prefix