summaryrefslogtreecommitdiff
path: root/utilities/automake.mk
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@ovn.org>2017-02-13 17:20:56 -0800
committerJustin Pettit <jpettit@ovn.org>2017-02-13 20:49:55 -0800
commit70969b092f904392dfe44bdf9edeabb0ca84caa8 (patch)
treee45021e02a41c2859c46c9300caedafbcdac40b8 /utilities/automake.mk
parent05ac209a5d3a5e85896f58d16b244e6b2a4cf2d0 (diff)
downloadopenvswitch-70969b092f904392dfe44bdf9edeabb0ca84caa8.tar.gz
Remove build-time generated files when "make clean" is run.
"make clean" should remove all files generated by building a program, while "make distclean" should also remove files generated by configuring the program. Previously some generated files during the build process, such as man pages, were left behind when "make clean" was run. This commit only leaves configuration files after "make clean" is run, and removes all other generated files. Signed-off-by: Justin Pettit <jpettit@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'utilities/automake.mk')
-rw-r--r--utilities/automake.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/utilities/automake.mk b/utilities/automake.mk
index 2590dc0e6..169388fda 100644
--- a/utilities/automake.mk
+++ b/utilities/automake.mk
@@ -75,7 +75,7 @@ MAN_ROOTS += \
utilities/ovs-vlan-test.8.in \
utilities/ovs-vsctl.8.in
MAN_FRAGMENTS += utilities/ovs-vlan-bugs.man
-DISTCLEANFILES += \
+CLEANFILES += \
utilities/ovs-appctl.8 \
utilities/ovs-ctl \
utilities/ovs-check-dead-ifs \