diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-08-19 14:37:55 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-08-19 14:37:55 +0200 |
commit | bdee4a4266b71eedd05938d139e0be50ce1dec8a (patch) | |
tree | 1672a198c0db7ed602711639cb54232a149d9680 /cfg.mk | |
parent | 29fc3c323d9162bf47ce3861c9f1b1046b1d14c0 (diff) | |
download | gnutls-bdee4a4266b71eedd05938d139e0be50ce1dec8a.tar.gz |
Fix indent rule.
Diffstat (limited to 'cfg.mk')
-rw-r--r-- | cfg.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ WFLAGS ?= --enable-gcc-warnings ADDFLAGS ?= CFGFLAGS ?= --enable-gtk-doc $(ADDFLAGS) $(WFLAGS) -INDENT_SOURCES = `find . -name \*.c|grep -v -e ^./lgl -e ^./gl -e ^./src/cfg -e -gaa.c -e asn1_tab.c` +INDENT_SOURCES = `find . -name \*.c|grep -v -e ^./lib/gl -e ^./gl -e ^./src/cfg -e -gaa.c -e asn1_tab.c` ifeq ($(.DEFAULT_GOAL),abort-due-to-no-makefile) .DEFAULT_GOAL := bootstrap |