diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-21 19:20:18 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-21 19:20:18 +0000 |
commit | 6c6cb0670986717b42f8de03fd020abb3fa120fb (patch) | |
tree | d50a8eaaed94db4111bc65250c9e0c2123804508 /package/tcl | |
parent | 95783cd95d99f5e2bdee7f7aa9c89f3b4014512e (diff) |
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l)
Diffstat (limited to 'package/tcl')
-rw-r--r-- | package/tcl/tcl.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/tcl/tcl.mk b/package/tcl/tcl.mk index 22a476970..16fcd41e1 100644 --- a/package/tcl/tcl.mk +++ b/package/tcl/tcl.mk @@ -30,8 +30,8 @@ $(TCL_DIR)/.configured: $(TCL_DIR)/.source --disable-symbols \ --disable-langinfo \ --disable-framework \ - ); - touch $(TCL_DIR)/.configured; + ) + touch $(TCL_DIR)/.configured $(TCL_DIR)/unix/libtcl8.4.so: $(TCL_DIR)/.configured $(MAKE) CC=$(TARGET_CC) -C $(TCL_DIR)/unix |