From acb156ddfec1e41bdbb999cc431b5318a6df7993 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 16 Jan 2025 09:01:45 -0300 Subject: Makefile: keep symlinks in "install" target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9dd7dad..566a544 100644 --- a/Makefile +++ b/Makefile @@ -192,7 +192,7 @@ install: all cp $(NAME).bin '$(DESTDIR)$(BINDIR)'/$(NAME) 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