aboutsummaryrefslogtreecommitdiff
path: root/src/templating/run-original-tests.sh
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-09-04 18:24:45 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-09-04 18:24:45 +0200
commit3b0f6c864d55d5e9f6307eaeea25eec6c16d72b8 (patch)
tree4a189c7f6895a7f16ea01f7da954da3f7b9b1b64 /src/templating/run-original-tests.sh
parentfd6a1d1a6cc3069baace21b3822bf857618e356d (diff)
downloadexchange-3b0f6c864d55d5e9f6307eaeea25eec6c16d72b8.tar.gz
exchange-3b0f6c864d55d5e9f6307eaeea25eec6c16d72b8.tar.bz2
exchange-3b0f6c864d55d5e9f6307eaeea25eec6c16d72b8.zip
-fix minor dpkg build issues
Diffstat (limited to 'src/templating/run-original-tests.sh')
-rwxr-xr-xsrc/templating/run-original-tests.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/templating/run-original-tests.sh b/src/templating/run-original-tests.sh
index 2debca763..f183736b7 100755
--- a/src/templating/run-original-tests.sh
+++ b/src/templating/run-original-tests.sh
@@ -7,7 +7,7 @@ set -eu
export CFLAGS="-g"
-make -f Makefile.orig mustach || exit 77
-make -f Makefile.orig clean || true
-make -f Makefile.orig basic-tests
-make -f Makefile.orig clean || true
+make -f mustach-original-Makefile mustach || exit 77
+make -f mustach-original-Makefile clean || true
+make -f mustach-original-Makefile basic-tests
+make -f mustach-original-Makefile clean || true