diff options
author | EuAndreh <eu@euandre.org> | 2025-01-16 08:57:16 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-01-16 08:57:16 -0300 |
commit | 3c7e8c4b1de3414e4ff43e4ba694a2b56c4be4b0 (patch) | |
tree | 6930a3383e57bc440aed31138b734d71c54d70ff | |
parent | tests/golite.go: Remove global `tdb` and make tests under `TestSuite` indepen... (diff) | |
download | golite-3c7e8c4b1de3414e4ff43e4ba694a2b56c4be4b0.tar.gz golite-3c7e8c4b1de3414e4ff43e4ba694a2b56c4be4b0.tar.xz |
Makefile: keep symlinks in "install" target
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -183,7 +183,7 @@ install: all '$(DESTDIR)$(SRCDIR)' \ cp src/$(NAME).a '$(DESTDIR)$(GOLIBDIR)' - cp $(sources) '$(DESTDIR)$(SRCDIR)' + cp -P $(sources) '$(DESTDIR)$(SRCDIR)' ## Uninstalls from $(DESTDIR)$(PREFIX). This is a perfect mirror ## of the "install" target, and removes *all* that was installed. |