From 76fee496873b71d49aad8258042d6899bf6c80ec Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 18 Jun 2018 23:40:15 -0400 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 36221b5..ec79f2c 100644 --- a/Makefile +++ b/Makefile @@ -103,6 +103,8 @@ dist: $(PACKAGE)-$(VERSION)/tests/command/Makefile.NetBSD \ $(PACKAGE)-$(VERSION)/tests/include/project.conf \ $(PACKAGE)-$(VERSION)/tests/include/Makefile.NetBSD \ + $(PACKAGE)-$(VERSION)/tests/java/project.conf \ + $(PACKAGE)-$(VERSION)/tests/java/Makefile.NetBSD \ $(PACKAGE)-$(VERSION)/tests/library/project.conf \ $(PACKAGE)-$(VERSION)/tests/library/Makefile.Darwin \ $(PACKAGE)-$(VERSION)/tests/library/Makefile.Linux \ diff --git a/tests/Makefile b/tests/Makefile index 4818e22..3e230a3 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.DeforaOS binary/Makefile.NetBSD binary/Makefile.Windows command/project.conf command/Makefile.NetBSD 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 +$(OBJDIR)tests.log: $(OBJDIR)../tools/configure$(EXEEXT) binary/project.conf binary/Makefile.Darwin binary/Makefile.DeforaOS binary/Makefile.NetBSD binary/Makefile.Windows command/project.conf command/Makefile.NetBSD include/project.conf include/Makefile.NetBSD java/project.conf java/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