diff options
author | Owen Taylor <otaylor@gtk.org> | 1998-09-20 14:58:08 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-09-20 14:58:08 +0000 |
commit | 104e5d2cc68e4fa1843edc160ee8a0ebd22333be (patch) | |
tree | 0ccfbdf2118343db0061c7db1d62f980a49f67ca /gtk/Makefile.am | |
parent | fd69dc379afc5ff7711dee3189deecf62affc0a9 (diff) | |
download | gtk+-104e5d2cc68e4fa1843edc160ee8a0ebd22333be.tar.gz |
indent other than GNU indent should be OK now.
Sun Sep 20 09:52:39 1998 Owen Taylor <otaylor@gtk.org>
* HACKING: indent other than GNU indent should be OK
now.
* gtk/genmarshal.pl gtk/Makefile.am: Call indent on file
instead of piping through indent. If indent wasn't
found in ./configure don't bother indenting at
all.
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 899ecfd435..a32348fe69 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -262,7 +262,7 @@ gtktypebuiltins_evals.c: @REBUILD@ makeenums.pl gtk.defs && mv s-gtbe gtktypebuiltins_evals.c gtkmarshal.c gtkmarshal.h: @REBUILD@ gtkmarshal.list genmarshal.pl - srcdir=$(srcdir) perl $(srcdir)/genmarshal.pl + srcdir=$(srcdir) INDENT=$(INDENT) perl $(srcdir)/genmarshal.pl # ??? # special remake rules |