Don't duplicate CFLAGS and CPPFLAGS.
authorDaniel Carl <danielcarl@gmx.de>
Mon, 17 Jul 2017 23:38:01 +0000 (01:38 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Mon, 17 Jul 2017 23:39:37 +0000 (01:39 +0200)
commit0cc0db9f7d40fdf9e88f20101a5183e35ba2ea91
tree9d5864e0994914a204533bc7b75f54588b2146da
parent94359d4f3aef151f3a70396b4ea29c2af28ba2a3
Don't duplicate CFLAGS and CPPFLAGS.

Don't put the CPPFLAGS and CFLAGS duplicate to the compiler which lead
to warnings about redefinition of constants on command line like

    <command-line>:0:0: warning: "EXTENSIONDIR" redefined
    <command-line>:0:0: note: this is the location of the previous
    definition
Makefile
config.mk
src/Makefile
src/webextension/Makefile