Index: xotcl/Makefile.in =================================================================== diff -u -rf7894d9be99a8da3a04218abcdb9bd46b6d625c8 -r6728daf2a67ce8406e152e5799defe7cc768a25e --- xotcl/Makefile.in (.../Makefile.in) (revision f7894d9be99a8da3a04218abcdb9bd46b6d625c8) +++ xotcl/Makefile.in (.../Makefile.in) (revision 6728daf2a67ce8406e152e5799defe7cc768a25e) @@ -12,7 +12,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: Makefile.in,v 1.1 2004/05/23 22:50:39 neumann Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.2 2004/06/18 07:57:36 neumann Exp $ #======================================================================== # Add additional lines to handle any additional AC_SUBST cases that @@ -175,7 +175,7 @@ #DEFS = $(TCL_DEFS) @DEFS@ $(EXTRA_CFLAGS) DEFS = @DEFS@ $(EXTRA_CFLAGS) -CONFIG_CLEAN_FILES = Makefile +CONFIG_CLEAN_FILES = @CONFIG_CLEAN_FILES@ CPPFLAGS = @CPPFLAGS@ LIBS = @PKG_LIBS@ @LIBS@