diff options
author | dgp <dgp@users.sourceforge.net> | 2008-12-22 15:45:43 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-12-22 15:45:43 (GMT) |
commit | 728a131ecbfd5d7b51efbc78d21abb117ffa1d91 (patch) | |
tree | 31b9d2c96905291777ebc8f975479d1033d6e7ab /unix | |
parent | a43f218a940239942581439eb0e1e97bd09f66d7 (diff) | |
download | tcl-728a131ecbfd5d7b51efbc78d21abb117ffa1d91.zip tcl-728a131ecbfd5d7b51efbc78d21abb117ffa1d91.tar.gz tcl-728a131ecbfd5d7b51efbc78d21abb117ffa1d91.tar.bz2 |
Drop lone @ line from test: target
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 7e72acc..799ee0e 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -4,7 +4,7 @@ # "./configure", which is a configuration script generated by the "autoconf" # program (constructs like "@foo@" will get replaced in the actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.257 2008/12/21 20:55:47 das Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.258 2008/12/22 15:45:43 dgp Exp $ VERSION = @TCL_VERSION@ MAJOR_VERSION = @TCL_MAJOR_VERSION@ @@ -635,7 +635,6 @@ tcltest-real: # % make test TESTFLAGS="-verbose bps -file fileName.test" test: test-tcl test-packages - @ test-tcl: tcltest $(SHELL_ENV) ./tcltest $(TOP_DIR)/tests/all.tcl $(TESTFLAGS) |