From: martin f krafft Date: Fri, 2 Jun 2006 08:31:48 +0000 (+0200) Subject: CPPFLAGS gets used automatically on implicit rules. X-Git-Tag: mdadm-2.5.1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77e521ce7432608f77067fa2d5f8022d9a42cbd9;p=thirdparty%2Fmdadm.git CPPFLAGS gets used automatically on implicit rules. Take it out for cosmetic reasons to prevent duplicate -DDEBIAN. Signed-off-by: Neil Brown --- diff --git a/Makefile b/Makefile index 8ca3d790..3a652be1 100644 --- a/Makefile +++ b/Makefile @@ -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