summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authordjcb <djcb@djcbsoftware.nl>2016-11-06 10:48:45 +0200
committerdjcb <djcb@djcbsoftware.nl>2016-11-06 10:48:45 +0200
commitf7e6d77c9a9b16d5ea46af18bd24c996e9ab05f0 (patch)
tree7ef881418b48767cff8fe9123c81bc0cd2d7139a /Makefile.am
parente295fd0c65a96b177bf313197a2033b33491d99c (diff)
disable perl for now to unbreak make dist0.9.17
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index c70a340..9b0cf8b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,7 +34,7 @@ else
perl=
endif
-SUBDIRS=m4 man lib $(guile) mu $(mu4e) contrib toys $(perl)
+SUBDIRS=m4 man lib $(guile) mu $(mu4e) contrib toys # $(perl)
ACLOCAL_AMFLAGS=-I m4
@@ -69,7 +69,7 @@ line35:
| grep -v config_options_group_find \
| grep -v SCM_DEFINE \
| grep -v tests \
- | awk '($$5 > 35)'
+ | awk '($$5 > 35)'
# get all todo/fixme messages
fixme: