summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2020-10-30 13:51:24 -0400
committerAndrew Cady <d@cryptonomic.net>2020-10-30 13:51:24 -0400
commit5395f6550b3bd8105ef03b5b5692633fb4ee2549 (patch)
tree38b8615c29b4af735f426c14b8b91e08e81b2d11
parent474c60e38dcf172fff0e37188c449153b9308297 (diff)
recognize more build products
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 55038481a..667a1f90d 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ dh_runit_package_files = \
26 dh-runit_$(dh_runit_version)_all.deb \ 26 dh-runit_$(dh_runit_version)_all.deb \
27 runit-helper_$(dh_runit_version)_all.deb 27 runit-helper_$(dh_runit_version)_all.deb
28 28
29committed_build_products = config.guess config.h.in config.sub configure 29committed_build_products = config.guess config.h.in config.sub configure aclocal.m4
30 30
31.DEFAULT_GOAL = build-stamp 31.DEFAULT_GOAL = build-stamp
32 32