From 3c7e8c4b1de3414e4ff43e4ba694a2b56c4be4b0 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 16 Jan 2025 08:57:16 -0300 Subject: Makefile: keep symlinks in "install" target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3