diff options
-rwxr-xr-x | build | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,7 +9,7 @@ nop: configure: TCL_SHLIB_LD_EXTRAS='-Wl,-soname,$${TCL_LIB_FILE}' \ - oh-autoconfigure -s src/unix -- \ + oh-autoconfigure -s src/unix -B src/unix -- \ --enable-shared \ --enable-threads \ --enable-dll-unloading \ @@ -18,11 +18,11 @@ configure: touch $@ build: configure - oh-autobuild -s src/unix + oh-autobuild -s src/unix -B src/unix touch $@ install: build - oh-autoinstall -s src/unix -- \ + oh-autoinstall -s src/unix -B src/unix -- \ SCRIPT_INSTALL_DIR='$$(INSTALL_ROOT)/usr/share/$(OPK_SOURCE)' \ MANN_INSTALL_DIR='$$(MAN_INSTALL_DIR)/man3' mv dest/usr/share/man/man1/tclsh.1 dest/usr/share/man/man1/tclsh.$(V).1 |