From e4195635a5643545e81665d0aef6668d430ca561 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Fri, 9 Mar 2018 02:05:06 +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 de1e865..36221b5 100644 --- a/Makefile +++ b/Makefile @@ -99,6 +99,8 @@ dist: $(PACKAGE)-$(VERSION)/tests/binary/Makefile.DeforaOS \ $(PACKAGE)-$(VERSION)/tests/binary/Makefile.NetBSD \ $(PACKAGE)-$(VERSION)/tests/binary/Makefile.Windows \ + $(PACKAGE)-$(VERSION)/tests/command/project.conf \ + $(PACKAGE)-$(VERSION)/tests/command/Makefile.NetBSD \ $(PACKAGE)-$(VERSION)/tests/include/project.conf \ $(PACKAGE)-$(VERSION)/tests/include/Makefile.NetBSD \ $(PACKAGE)-$(VERSION)/tests/library/project.conf \ diff --git a/tests/Makefile b/tests/Makefile index 22760df..5dda378 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 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.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 ./tests.sh -P "$(PREFIX)" -- "$(OBJDIR)tests.log" $(OBJDIR)xmllint.log: ../doc/scripts/xmllint.sh