diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-10-01 23:37:39 +0200 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2007-10-01 23:37:39 +0200 |
commit | af77b1801a2d6a34305e78232376039b0c8d85a6 (patch) | |
tree | 3007cbfbfd252d54b5f9e4bff0c7a25ec3b91f7e /Makefile | |
parent | e0a10f38cd617c4483d4c67b564165a65bb46de2 (diff) | |
download | dovecot-antispam-af77b1801a2d6a34305e78232376039b0c8d85a6.tar.gz dovecot-antispam-af77b1801a2d6a34305e78232376039b0c8d85a6.tar.xz dovecot-antispam-af77b1801a2d6a34305e78232376039b0c8d85a6.zip |
fix error in config handling
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ endif # backend error check ifeq ("$(BACKEND)", "") -error: +error: verify_config @echo "Error! no backend configured" @false endif |