summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2020-10-30 13:51:24 -0400
committerAndrew Cady <d@jerkface.net>2021-03-13 10:46:55 -0500
commit62213275137c3132ddb6fb0caf4845c90cc583ac (patch)
tree52e3d790917544705ad0e3f68134b076677ad09f
parentfc1d8f64e82059fd57ae2ade72f8cc2ef15400ad (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