From 959525330c03027edcd9ffc1a0718a2ddbc27e5f Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sun, 12 Aug 2018 10:10:36 +0200 Subject: [PATCH] build: seed: Oops, copy TCC seed after it's been regenerated. * build-aux/GNUmakefile.in (seed): Oops, copy TCC seed after it's been regenerated. --- build-aux/GNUmakefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-aux/GNUmakefile.in b/build-aux/GNUmakefile.in index 6362d902..607a5a07 100644 --- a/build-aux/GNUmakefile.in +++ b/build-aux/GNUmakefile.in @@ -143,9 +143,6 @@ uninstall: ./uninstall.sh seed: all-go mes-gcc mes-tcc -ifdef TCC - cd $(TINYCC_SEED) && MES_PREFIX=$(PWD) ./refresh.sh -endif cd $(MES_SEED) && git reset --hard HEAD MES=$(GUILE) GUILE=$(GUILE) SEED=1 ${srcdest}build-aux/build-mes.sh cd $(MES_SEED) && MES_PREFIX=$(PWD) ./refresh.sh @@ -158,6 +155,9 @@ endif lib/x86-mes/libgetopt.S\ $(MESCC_TOOLS_SEED)/libs cd $(MESCC_TOOLS_SEED) && MES_PREFIX=$(PWD) ./bootstrap.sh +ifdef TCC + cd $(TINYCC_SEED) && MES_PREFIX=$(PWD) ./refresh.sh +endif doc/version.texi: ${srcdest}doc/mes.texi GNUmakefile @mkdir -p $(@D)