commit 1bc9fb325d8808f9f71d0024b45a0ef251efcf5a parent 2501f5630ea984629189a1585abc0c1f40b0d0ad Author: Drew DeVault <sir@cmpwn.com> Date: Thu, 31 Dec 2020 16:28:45 -0500 build: always enable runtime Diffstat:
M | Makefile | | | 2 | +- |
M | configure | | | 5 | +---- |
2 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/Makefile b/Makefile @@ -26,7 +26,7 @@ include rt/Makefile docs: clean: - @rm -f harec $(harec_objects) + @rm -f harec $(harec_objects) $(libhart_objs) libhart.a distclean: clean @rm -rf "$(OUTDIR)" diff --git a/configure b/configure @@ -40,9 +40,6 @@ harec() { all="harec" -if [ $enable_rt -eq 1 ] -then - subdir rt -fi +subdir rt run_configure