From d787d6f1fd6a3748fa6dcd0f067d1e52ab9fc6ed Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 19 Feb 2018 01:59:48 +0100 Subject: [PATCH] Re-generate the Makefiles --- Makefile | 2 ++ tests/Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c160a7e..de1e865 100644 --- a/Makefile +++ b/Makefile @@ -115,6 +115,8 @@ dist: $(PACKAGE)-$(VERSION)/tests/object/Makefile.NetBSD \ $(PACKAGE)-$(VERSION)/tests/package/project.conf \ $(PACKAGE)-$(VERSION)/tests/package/Makefile.NetBSD \ + $(PACKAGE)-$(VERSION)/tests/package/config.h.NetBSD \ + $(PACKAGE)-$(VERSION)/tests/package/config.sh.NetBSD \ $(PACKAGE)-$(VERSION)/tests/plugin/project.conf \ $(PACKAGE)-$(VERSION)/tests/plugin/Makefile.Darwin \ $(PACKAGE)-$(VERSION)/tests/plugin/Makefile.NetBSD \ diff --git a/tests/Makefile b/tests/Makefile index 2612ac3..22760df 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -31,7 +31,7 @@ $(OBJDIR)pylint.log: ../doc/scripts/pylint.sh $(OBJDIR)shlint.log: ../doc/scripts/shlint.sh ../doc/scripts/shlint.sh -P "$(PREFIX)" -- "$(OBJDIR)shlint.log" -$(OBJDIR)tests.log: $(OBJDIR)../tools/configure$(EXEEXT) binary/project.conf binary/Makefile.Darwin binary/Makefile.NetBSD binary/Makefile.Windows include/project.conf include/Makefile.NetBSD library/project.conf library/Makefile.Darwin library/Makefile.Linux library/Makefile.NetBSD library/Makefile.Windows libtool/project.conf libtool/Makefile.Darwin libtool/Makefile.Linux libtool/Makefile.NetBSD libtool/Makefile.Windows object/project.conf object/Makefile.NetBSD package/project.conf package/Makefile.NetBSD plugin/Makefile.Darwin plugin/Makefile.NetBSD script/project.conf script/Makefile.NetBSD verilog/project.conf verilog/Makefile.NetBSD tests.sh +$(OBJDIR)tests.log: $(OBJDIR)../tools/configure$(EXEEXT) binary/project.conf binary/Makefile.Darwin binary/Makefile.NetBSD binary/Makefile.Windows include/project.conf include/Makefile.NetBSD library/project.conf library/Makefile.Darwin library/Makefile.Linux library/Makefile.NetBSD library/Makefile.Windows libtool/project.conf libtool/Makefile.Darwin libtool/Makefile.Linux libtool/Makefile.NetBSD libtool/Makefile.Windows object/project.conf object/Makefile.NetBSD package/project.conf package/Makefile.NetBSD package/config.h.NetBSD package/config.sh.NetBSD plugin/Makefile.Darwin plugin/Makefile.NetBSD script/project.conf script/Makefile.NetBSD verilog/project.conf verilog/Makefile.NetBSD tests.sh ./tests.sh -P "$(PREFIX)" -- "$(OBJDIR)tests.log" $(OBJDIR)xmllint.log: ../doc/scripts/xmllint.sh