File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -73,12 +73,12 @@ endif
73
73
74
74
# Install both libraries and our headers
75
75
install : $(TARGET_LIBRARIES )
76
- @mkdir -p $(DESTDIR ) / $(includedir ) /libblastrampoline
77
- -@cp -Ra $(LBT_ROOT ) /include/* $(DESTDIR ) / $(includedir ) /libblastrampoline
78
- @cp -a $(LBT_ROOT ) /src/libblastrampoline.h $(DESTDIR ) / $(includedir ) /
79
- @mkdir -p $(DESTDIR ) / $(libdir )
76
+ @mkdir -p $(DESTDIR )$(includedir ) /libblastrampoline
77
+ -@cp -Ra $(LBT_ROOT ) /include/* $(DESTDIR )$(includedir ) /libblastrampoline
78
+ @cp -a $(LBT_ROOT ) /src/libblastrampoline.h $(DESTDIR )$(includedir ) /
79
+ @mkdir -p $(DESTDIR )$(libdir )
80
80
@for lib in $(TARGET_LIBRARIES ) ; do \
81
- cp -a $$ {lib} $(DESTDIR ) / $(libdir ) /; \
81
+ cp -a $$ {lib} $(DESTDIR )$(libdir ) /; \
82
82
done
83
83
ifeq ($(OS ) ,WINNT)
84
84
@mkdir -p $(DESTDIR)$(prefix)/lib
You can’t perform that action at this time.
0 commit comments