From ce098c6401335b14ed9f92ee795d5ba6afb45d2e Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 6 May 2025 17:56:56 -0400 Subject: Deprecate TOMO_PREFIX/share/tomo/lib and TOMO_PREFIX/share/tomo/modules. Instead just add lib's directory to rpath --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 236a5572..388d89cc 100644 --- a/Makefile +++ b/Makefile @@ -199,7 +199,7 @@ install-files: build/bin/tomo build/lib/$(LIB_FILE) build/lib/$(AR_FILE) check-u exit 1; \ fi $(DEFINE_AS_OWNER); \ - as_owner mkdir -p -m 755 "$(PREFIX)/man/man1" "$(PREFIX)/man/man3" "$(PREFIX)/bin" "$(PREFIX)/include/tomo" "$(PREFIX)/lib" "$(PREFIX)/share/tomo/modules" "$(PREFIX)/share/tomo/lib"; \ + as_owner mkdir -p -m 755 "$(PREFIX)/man/man1" "$(PREFIX)/man/man3" "$(PREFIX)/bin" "$(PREFIX)/include/tomo" "$(PREFIX)/lib"; \ as_owner cp src/stdlib/*.h "$(PREFIX)/include/tomo/"; \ as_owner cp build/lib/$(LIB_FILE) build/lib/$(AR_FILE) "$(PREFIX)/lib/"; \ as_owner rm -f "$(PREFIX)/bin/tomo"; \ -- cgit v1.2.3