diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-05-30 11:13:44 +0200 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2008-05-30 11:13:44 +0200 |
commit | 0069f349d922b6cd43b060e61e7478dedfa4fcf1 (patch) | |
tree | 61175ce5cac2712377012c6e6dea385b3df2ed35 /Makefile | |
parent | e99cd8c4af775feb8d45fa9573d519538780633a (diff) | |
download | dovecot-antispam-0069f349d922b6cd43b060e61e7478dedfa4fcf1.tar.gz dovecot-antispam-0069f349d922b6cd43b060e61e7478dedfa4fcf1.tar.xz dovecot-antispam-0069f349d922b6cd43b060e61e7478dedfa4fcf1.zip |
allow .config to add cflags
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # include config file -CFLAGSORIG := $(CFLAGS) CONFIG ?= .config -include $(CONFIG) +CFLAGSORIG := $(CFLAGS) -include $(DOVECOT)/dovecot-config INSTALLDIR ?= $(moduledir)/imap # Kill CFLAGS from dovecot-config |