diff options
author | ferrieux <ferrieux@users.sourceforge.net> | 2014-05-16 21:33:41 (GMT) |
---|---|---|
committer | ferrieux <ferrieux@users.sourceforge.net> | 2014-05-16 21:33:41 (GMT) |
commit | 3afefe3d81673a4438727323510cfbfa57626e1a (patch) | |
tree | 62bdf25a5c12133f9d263978ddcf4c33266f6283 /unix/Makefile.in | |
parent | 4715d60689ee4609a21c4cc3d1bdbdd117097d3c (diff) | |
download | tcl-3afefe3d81673a4438727323510cfbfa57626e1a.zip tcl-3afefe3d81673a4438727323510cfbfa57626e1a.tar.gz tcl-3afefe3d81673a4438727323510cfbfa57626e1a.tar.bz2 |
Let the generated Makefile be emacs-friendly by avoiding spurious empty lines and misplaced tabs. Useful e.g. to just set CFLAGS to debug and save.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 69dd14f..f151ebb 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -2089,9 +2089,11 @@ alldist: dist html: ${NATIVE_TCLSH} $(BUILD_HTML) @EXTRA_BUILD_HTML@ + html-tcl: ${NATIVE_TCLSH} $(BUILD_HTML) --tcl @EXTRA_BUILD_HTML@ + html-tk: ${NATIVE_TCLSH} $(BUILD_HTML) --tk @EXTRA_BUILD_HTML@ |