diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-05-06 17:56:56 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-05-06 17:56:56 -0400 |
| commit | ce098c6401335b14ed9f92ee795d5ba6afb45d2e (patch) | |
| tree | 038d0ee702ddcf5142a91b202c5e808479108314 /Makefile | |
| parent | db7ca4715d6fb56a492839b14525a8e18d46de45 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; \ |
