Update of /cvsroot/libphidget/libphidget
In directory usw-pr-cvs1:/tmp/cvs-serv17787
Modified Files:
Makefile.am
Log Message:
Oops... Forgot to tell it to ignore the $HOME/.indent.pro... Fixed.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/libphidget/libphidget/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile.am 8 Sep 2002 04:24:31 -0000 1.3
--- Makefile.am 8 Sep 2002 04:29:44 -0000 1.4
***************
*** 11,15 ****
@ for FILE in `@FIND@ . -name "*.h" -o -name "*.c" -o -name "*.cc"` ; do \
! @INDENT@ `@CAT@ ./indent.rules` $$FILE ; \
done
--- 11,15 ----
@ for FILE in `@FIND@ . -name "*.h" -o -name "*.c" -o -name "*.cc"` ; do \
! @INDENT@ --ignore-profile `@CAT@ ./indent.rules` $$FILE ; \
done
|