diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-27 11:51:30 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-27 11:51:30 (GMT) |
commit | 2d6c9719837b34ab16c25970b47c1ab1f84e7f02 (patch) | |
tree | 6103b6d01830433f4dfe1ed4abf1551733de6f90 /unix | |
parent | 42d4d24dbd5e820e6f3e0d50b3a619ee6dc0f8d7 (diff) | |
download | tcl-2d6c9719837b34ab16c25970b47c1ab1f84e7f02.zip tcl-2d6c9719837b34ab16c25970b47c1ab1f84e7f02.tar.gz tcl-2d6c9719837b34ab16c25970b47c1ab1f84e7f02.tar.bz2 |
Corrections to make things work in the non-cross-compiling case
Diffstat (limited to 'unix')
-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 |