File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,7 @@ private_libdir_rel := $(shell $(JULIAHOME)/contrib/relative_path.sh $(bindir) $(
179
179
datarootdir_rel := $(shell $(JULIAHOME )/contrib /relative_path . sh $(bindir ) $(datarootdir ))
180
180
docdir_rel := $(shell $(JULIAHOME )/contrib /relative_path . sh $(bindir ) $(docdir ))
181
181
sysconfdir_rel := $(shell $(JULIAHOME )/contrib /relative_path . sh $(bindir ) $(sysconfdir ))
182
+ includedir_rel := $(shell $(JULIAHOME )/contrib /relative_path . sh $(bindir ) $(includedir ))
182
183
183
184
INSTALL_F := $(JULIAHOME )/contrib /install . sh 644
184
185
INSTALL_M := $(JULIAHOME )/contrib /install . sh 755
Original file line number Diff line number Diff line change 65
65
@echo "const SYSCONFDIR = \"$(sysconfdir_rel)\"" >> $@
66
66
@echo "const DATAROOTDIR = \"$(datarootdir_rel)\"" >> $@
67
67
@echo "const DOCDIR = \"$(docdir_rel)\"" >> $@
68
+ @echo "const LIBDIR = \"$(libdir_rel)\"" >> $@
69
+ @echo "const INCLUDEDIR = \"$(includedir_rel)\"" >> $@
68
70
69
71
@# This to ensure that we always rebuild this file, but only when it is modified do we touch build_h.jl,
70
72
@# ensuring we rebuild the system image as infrequently as possible
You can’t perform that action at this time.
0 commit comments