From 3066669ec4ba17a07ecde759adb22d56ea31bea3 Mon Sep 17 00:00:00 2001 From: William Joye Date: Fri, 21 Apr 2017 16:24:06 -0400 Subject: minor config change --- tkmacosx/Makefile.in | 2 +- tkmacosx/configure | 1 + tkmacosx/configure.ac | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tkmacosx/Makefile.in b/tkmacosx/Makefile.in index 6849188..d320625 100644 --- a/tkmacosx/Makefile.in +++ b/tkmacosx/Makefile.in @@ -158,7 +158,7 @@ PKG_CFLAGS = @PKG_CFLAGS@ DEFS = @DEFS@ $(PKG_CFLAGS) # Move pkgIndex.tcl to 'BINARIES' var if it is generated in the Makefile -CONFIG_CLEAN_FILES = Makefile pkgIndex.tcl tkmacosxConfig.sh +CONFIG_CLEAN_FILES = Makefile pkgIndex.tcl CLEANFILES = @CLEANFILES@ CPPFLAGS = @CPPFLAGS@ diff --git a/tkmacosx/configure b/tkmacosx/configure index 45b8b8c..509041e 100755 --- a/tkmacosx/configure +++ b/tkmacosx/configure @@ -5759,6 +5759,7 @@ done #-------------------------------------------------------------------- #CLEANFILES="$CLEANFILES pkgIndex.tcl" +CLEANFILES="$CLEANFILES tkmacosxConfig.sh" if test "${TEA_PLATFORM}" = "windows" ; then # Ensure no empty if clauses : diff --git a/tkmacosx/configure.ac b/tkmacosx/configure.ac index abd230e..a25b475 100644 --- a/tkmacosx/configure.ac +++ b/tkmacosx/configure.ac @@ -98,6 +98,7 @@ TEA_ADD_TCL_SOURCES([]) #-------------------------------------------------------------------- #CLEANFILES="$CLEANFILES pkgIndex.tcl" +CLEANFILES="$CLEANFILES tkmacosxConfig.sh" if test "${TEA_PLATFORM}" = "windows" ; then # Ensure no empty if clauses : -- cgit v0.12