summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-07-08 21:36:14 -0500
committerKeith Packard <keithp@keithp.com>2017-07-08 21:36:14 -0500
commit119a0fb6daa4d8640af5222e6cf602a74efc7ce1 (patch)
tree8a61be6ade57456aa1486acb9a359f69cba37647
parent388662b074f0eb8524ae8a7bbbe0966e21208500 (diff)
Adapt to automake change
'distdir' target no longer leaves the bits untarred. Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index aaa442f..dafbe89 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -82,7 +82,8 @@ debuild: $(DEBFILE) $(LIBDEBFILE)
$(LIBDEBFILE): $(DEBFILE)
-$(DEBFILE): distdir
+$(DEBFILE): $(TARFILE)
+ tar xzf $(TARFILE)
(cd $(distdir) && pdebuild --buildresult $(abs_top_builddir) --auto-debsign)
$(am__remove_distdir)