summaryrefslogtreecommitdiff
path: root/math/fftpack/files/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/fftpack/files/Makefile')
-rw-r--r--math/fftpack/files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/fftpack/files/Makefile b/math/fftpack/files/Makefile
index fd444e41daa..4584c8e4e01 100644
--- a/math/fftpack/files/Makefile
+++ b/math/fftpack/files/Makefile
@@ -19,7 +19,7 @@ lib$(LIB).a: $(OBJS)
$(RANLIB) $@
install: lib$(LIB).a
- $(BSD_INSTALL_DATA) $? $(LIBDIR)
+ $(BSD_INSTALL_LIB) $? $(DESTDIR)$(LIBDIR)
clean:
rm -f *.o lib$(LIB).a