aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar Kurtis Rader <krader@skepticism.us>2016-04-29 19:01:36 -0700
committerGravatar Kurtis Rader <krader@skepticism.us>2016-04-30 18:20:18 -0700
commitaa8840b423177dfe3efbbee5bdc891ecf9f7d20f (patch)
tree2eff64009d02bd02e84aed9b2598a8543e0a561e /Makefile.in
parent58d7c4b388067771e0ce1cf0dffd376c6b7fb9f2 (diff)
restyle fallback module to match project style
Reduces lint errors from 36 to 33 (-8%). Line count from 1910 to 1476 (-23%). Another step in resolving issue #2902. This also fixes a stupid mistake from an earlier commit where I didn't realize that osx/config.h was meant to be included as a semi-static file in the repository.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index b19fe6bb..6172721e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -850,7 +850,7 @@ style-all:
#
distclean: clean
$(MAKE) -C $(PCRE2_DIR) distclean || true
- rm -f config.status config.log config.h Makefile osx/config.h
+ rm -f config.status config.log config.h Makefile
.PHONY: distclean
#