aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2026-01-01 14:24:38 -0500
committerBruce Hill <bruce@bruce-hill.com>2026-01-01 14:24:38 -0500
commit4733b42cd4013f679c7bcf0097a8a06f2a91d419 (patch)
tree2c9c29b4ceff7f38f4b5dfe2dacd977f909d2012 /Makefile
parentb7ab1953034061d97d527a9bd7561e900d73590d (diff)
Remove debugedit stuff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 71a692d1..4d618928 100644
--- a/Makefile
+++ b/Makefile
@@ -229,11 +229,7 @@ deps: build/gc/lib/libgc.a build/unistring/lib/libgc.a build/gmp/lib/libgmp.a
build/gc/lib/libgc.a build/unistring/lib/libgc.a build/gmp/lib/libgmp.a:
$(MAKE) -C vendor
-check-utilities: check-c-compiler
- @which debugedit 2>/dev/null >/dev/null \
- || printf '\033[33;1m%s\033[m\n' "I couldn't find 'debugedit' on your system! Try installing the package 'debugedit' with your package manager. (It's not required though)"
-
-install-files: build check-utilities
+install-files: build check-c-compiler
@if ! echo "$$PATH" | tr ':' '\n' | grep -qx "$(PREFIX)/bin"; then \
echo $$PATH; \
printf "\033[31;1mError: '$(PREFIX)/bin' is not in your \$$PATH variable!\033[m\n" >&2; \
@@ -261,4 +257,4 @@ uninstall:
endif
.SUFFIXES:
-.PHONY: all build clean install install-files uninstall test tags core-libs examples deps check-utilities check-c-compiler version
+.PHONY: all build clean install install-files uninstall test tags core-libs examples deps check-c-compiler version