summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEtienne M. Gagnon <etienne.gagnon@uqam.ca>2004-03-27 17:37:09 +0000
committerEtienne M. Gagnon <etienne.gagnon@uqam.ca>2004-03-27 17:37:09 +0000
commit3caf373d8bcb6455af0631c36006ea103516303f (patch)
tree66f3eca45eabbb04b20e780b570b2656af8d4e6c /Makefile.am
parent0f59ec2fd9b6821905bf1b2813458addf7289f7d (diff)
downloadclasspath-3caf373d8bcb6455af0631c36006ea103516303f.tar.gz
2004-03-27 Etienne M. Gagnon <gagnon.etienne_m@uqam.ca>
* autogen.sh: Useful script for hackers to call auto* tools on fresh CVS copy. * Makefile.am: Only indent C files below native/ directory.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 38d831ea2..d5763f49a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,7 +18,7 @@ ChangeLog:
cvs2cl.pl -b --gmt --log-opts "-d'1998-06-30< now'" --window 7200 --usermap ChangeLog.usermap --ignore ChangeLog --fsf
indent:
- find . | \
+ find native/ -type f | \
grep \\.[ch]$$ | \
awk ' \
{print "indent " $$1 " -o " $$1 ".indented && \