File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ _RULES_VC = 1
2424# For modifications that are not backward-compatible, you *must* change
2525# the major version.
2626RULES_VERSION_MAJOR = 1
27- RULES_VERSION_MINOR = 14
27+ RULES_VERSION_MINOR = 15
2828
2929# The PROJECT macro must be defined by parent makefile.
3030!if "$(PROJECT)" == ""
@@ -1690,6 +1690,7 @@ default-install-libraries: default-install-scripts
16901690
16911691default-install-scripts : $(OUT_DIR ) \pkgIndex.tcl
16921692 @echo Installing libraries to ' $(SCRIPT_INSTALL_DIR)'
1693+ @if not exist " $( SCRIPT_INSTALL_DIR) " mkdir " $( SCRIPT_INSTALL_DIR) "
16931694 @if exist $(LIBDIR ) $(CPY ) $(LIBDIR ) \* .tcl " $( SCRIPT_INSTALL_DIR) "
16941695 @echo Installing package index in ' $(SCRIPT_INSTALL_DIR)'
16951696 @$(CPY ) $(OUT_DIR ) \p kgIndex.tcl $(SCRIPT_INSTALL_DIR )
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ default-install: default-install-stubs
5353default-install : default-install-headers
5454default-install-headers :
5555 @echo Installing headers to ' $(INCLUDE_INSTALL_DIR)'
56+ @if not exist " $( INCLUDE_INSTALL_DIR) " $(MKDIR ) " $( INCLUDE_INSTALL_DIR) "
5657 @for %f in ($( PRJ_HEADERS_PUBLIC) ) do @$(COPY ) %f " $( INCLUDE_INSTALL_DIR) "
5758!endif
5859
You can’t perform that action at this time.
0 commit comments