Re-generate the Makefiles

This commit is contained in:
Pierre Pronchery 2022-09-30 12:51:52 +02:00
parent 6174a588a5
commit e5c03bb8ff
2 changed files with 2 additions and 1 deletions

View File

@ -146,6 +146,7 @@ dist:
$(PACKAGE)-$(VERSION)/tests/plugin/Makefile.NetBSD \ $(PACKAGE)-$(VERSION)/tests/plugin/Makefile.NetBSD \
$(PACKAGE)-$(VERSION)/tests/script/project.conf \ $(PACKAGE)-$(VERSION)/tests/script/project.conf \
$(PACKAGE)-$(VERSION)/tests/script/Makefile.NetBSD \ $(PACKAGE)-$(VERSION)/tests/script/Makefile.NetBSD \
$(PACKAGE)-$(VERSION)/tests/scripts/tools/subst.in \
$(PACKAGE)-$(VERSION)/tests/template.md.in \ $(PACKAGE)-$(VERSION)/tests/template.md.in \
$(PACKAGE)-$(VERSION)/tests/template.xml.in \ $(PACKAGE)-$(VERSION)/tests/template.xml.in \
$(PACKAGE)-$(VERSION)/tests/test.db \ $(PACKAGE)-$(VERSION)/tests/test.db \

View File

@ -66,7 +66,7 @@ $(OBJDIR)template-test.md: template.md.in test.db ../src/scripts/tools/template.
$(OBJDIR)template-test.xml: template.xml.in test.db ../src/scripts/tools/template.sh ../config.sh $(OBJDIR)template-test.xml: template.xml.in test.db ../src/scripts/tools/template.sh ../config.sh
../src/scripts/tools/template.sh -P "$(PREFIX)" -O DATABASEDIR=. -- "$(OBJDIR)template-test.xml" ../src/scripts/tools/template.sh -P "$(PREFIX)" -O DATABASEDIR=. -- "$(OBJDIR)template-test.xml"
$(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 golang/project.conf golang/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 mode/project.conf mode/Makefile.NetBSD object/project.conf object/Makefile.NetBSD package/project.conf package/Makefile.NetBSD package/config.ent.NetBSD package/config.h.NetBSD package/config.sh.NetBSD plugin/project.conf 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 golang/project.conf golang/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 mode/project.conf mode/Makefile.NetBSD object/project.conf object/Makefile.NetBSD package/project.conf package/Makefile.NetBSD package/config.ent.NetBSD package/config.h.NetBSD package/config.sh.NetBSD plugin/project.conf plugin/Makefile.Darwin plugin/Makefile.NetBSD script/project.conf script/Makefile.NetBSD scripts/tools/subst.in verilog/project.conf verilog/Makefile.NetBSD tests.sh
./tests.sh -P "$(PREFIX)" -- "$(OBJDIR)tests.log" ./tests.sh -P "$(PREFIX)" -- "$(OBJDIR)tests.log"
$(OBJDIR)xmllint.log: ../src/scripts/tests/xmllint.sh $(OBJDIR)xmllint.log: ../src/scripts/tests/xmllint.sh