diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-01-08 13:03:01 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-01-08 13:03:01 (GMT) |
| commit | deb28dda07f10eafac675eafbddc64cd3d85765b (patch) | |
| tree | 46f321fbee7cf6b080519b71fae04f5a0798690b | |
| parent | ff15dafd4ff47e7a8768a73cd5ecbbb23beba3d6 (diff) | |
| download | tcl-deb28dda07f10eafac675eafbddc64cd3d85765b.zip tcl-deb28dda07f10eafac675eafbddc64cd3d85765b.tar.gz tcl-deb28dda07f10eafac675eafbddc64cd3d85765b.tar.bz2 | |
$builddir is a local variable
| -rw-r--r-- | win/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 9c57083..d0e14c6 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -751,7 +751,7 @@ packages: if [ ! -f $(PKG_DIR)/$$pkg/Makefile ]; then \ ( cd $(PKG_DIR)/$$pkg; \ echo "Configuring package '$$i' wd = `pwd -P`"; \ - $$i/configure --with-tcl=$(builddir) --with-tclinclude=$(GENERIC_DIR) $(PKG_CFG_ARGS) --enable-shared --enable-threads; ) \ + $$i/configure --with-tcl=$$builddir --with-tclinclude=$(GENERIC_DIR) $(PKG_CFG_ARGS) --enable-shared --enable-threads; ) \ fi ; \ echo "Building package '$$pkg'"; \ ( cd $(PKG_DIR)/$$pkg; $(MAKE); ) \ |
