diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-01-27 17:58:00 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-01-27 17:58:00 (GMT) |
commit | 9212f790aaf716a609290e68b6edbadfec78553d (patch) | |
tree | 26edc259ab653c8e5fa2a0ab67677cd7d555f4f8 /tkcon | |
parent | a48d9e159d26bf85eb6eacd7361be7907962b84f (diff) | |
download | blt-9212f790aaf716a609290e68b6edbadfec78553d.zip blt-9212f790aaf716a609290e68b6edbadfec78553d.tar.gz blt-9212f790aaf716a609290e68b6edbadfec78553d.tar.bz2 |
fix pkgIndex
Diffstat (limited to 'tkcon')
-rw-r--r-- | tkcon/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tkcon/Makefile.in b/tkcon/Makefile.in index 523e583..700566e 100644 --- a/tkcon/Makefile.in +++ b/tkcon/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 +CONFIG_CLEAN_FILES = Makefile CLEANFILES = @CLEANFILES@ CPPFLAGS = @CPPFLAGS@ |