aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-05-06 17:56:56 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-05-06 17:56:56 -0400
commitce098c6401335b14ed9f92ee795d5ba6afb45d2e (patch)
tree038d0ee702ddcf5142a91b202c5e808479108314 /Makefile
parentdb7ca4715d6fb56a492839b14525a8e18d46de45 (diff)
Deprecate TOMO_PREFIX/share/tomo/lib and TOMO_PREFIX/share/tomo/modules.
Instead just add lib's directory to rpath
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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"; \