diff options
author | martin f krafft <madduck@madduck.net> | 2006-06-02 10:31:48 +0200 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2006-06-02 20:47:29 +1000 |
commit | 77e521ce7432608f77067fa2d5f8022d9a42cbd9 (patch) | |
tree | dfee31e3dfd31bbe38e219156e4262570b154922 /Makefile | |
parent | 6a255b69be733fa43fe34a9fc9785817a88e935d (diff) | |
download | mdadm-77e521ce7432608f77067fa2d5f8022d9a42cbd9.tar.gz mdadm-77e521ce7432608f77067fa2d5f8022d9a42cbd9.tar.xz mdadm-77e521ce7432608f77067fa2d5f8022d9a42cbd9.zip |
CPPFLAGS gets used automatically on implicit rules.
Take it out for cosmetic reasons to prevent duplicate -DDEBIAN.
Signed-off-by: Neil Brown <neilb@suse.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ endif SYSCONFDIR = /etc CONFFILE = $(SYSCONFDIR)/mdadm.conf MAILCMD =/usr/sbin/sendmail -t -CFLAGS = $(CWFLAGS) $(CPPFLAGS) -DCONFFILE=\"$(CONFFILE)\" $(CXFLAGS) -DSendmail=\""$(MAILCMD)"\" +CFLAGS = $(CWFLAGS) -DCONFFILE=\"$(CONFFILE)\" $(CXFLAGS) -DSendmail=\""$(MAILCMD)"\" # If you want a static binary, you might uncomment these # LDFLAGS = -static |