aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-01-16 08:57:16 -0300
committerEuAndreh <eu@euandre.org>2025-01-16 08:57:16 -0300
commit3c7e8c4b1de3414e4ff43e4ba694a2b56c4be4b0 (patch)
tree6930a3383e57bc440aed31138b734d71c54d70ff /Makefile
parenttests/golite.go: Remove global `tdb` and make tests under `TestSuite` indepen... (diff)
downloadgolite-3c7e8c4b1de3414e4ff43e4ba694a2b56c4be4b0.tar.gz
golite-3c7e8c4b1de3414e4ff43e4ba694a2b56c4be4b0.tar.xz
Makefile: keep symlinks in "install" target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0506c17..3376cf4 100644
--- a/Makefile
+++ b/Makefile
@@ -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.