aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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.