diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2010-02-27 11:51:30 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2010-02-27 11:51:30 (GMT) |
| commit | c7ed2b27089d4512f7e947454d736c8262b64e09 (patch) | |
| tree | 6103b6d01830433f4dfe1ed4abf1551733de6f90 | |
| parent | f917d7cde956937e9db43ca55bc1fc2c486bdec0 (diff) | |
| download | tcl-c7ed2b27089d4512f7e947454d736c8262b64e09.zip tcl-c7ed2b27089d4512f7e947454d736c8262b64e09.tar.gz tcl-c7ed2b27089d4512f7e947454d736c8262b64e09.tar.bz2 | |
Corrections to make things work in the non-cross-compiling case
| -rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index f90ecfb..92fefa2 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.292 2010/02/26 14:38:36 dkf Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.293 2010/02/27 11:51:30 dkf Exp $ VERSION = @TCL_VERSION@ MAJOR_VERSION = @TCL_MAJOR_VERSION@ @@ -627,8 +627,8 @@ ${TCL_EXE}: ${TCLSH_OBJS} ${TCL_LIB_FILE} ${CC} ${CFLAGS} ${LDFLAGS} ${TCLSH_OBJS} @TCL_BUILD_LIB_SPEC@ ${LIBS} @EXTRA_TCLSH_LIBS@ \ ${CC_SEARCH_FLAGS} -o ${TCL_EXE} +# Must be empty so it doesn't conflict with rule for ${TCL_EXE} above ${NATIVE_TCLSH}: - @: Makefile: $(UNIX_DIR)/Makefile.in $(DLTEST_DIR)/Makefile.in $(SHELL) config.status |
