Move OPTS to end of CFLAGS
This allows the user to override default options.
This commit is contained in:
@@ -35,7 +35,7 @@ RC_DIR = @RC_DIR@
|
|||||||
ETC_DIR = $(sysconfdir)
|
ETC_DIR = $(sysconfdir)
|
||||||
CONF_DIR = $(sysconfdir)/$(PACKAGE)
|
CONF_DIR = $(sysconfdir)/$(PACKAGE)
|
||||||
|
|
||||||
CFLAGS = $(OPTS) -I. -I$(top_srcdir) @CFLAGS@ $(CPPFLAGS) $(DEFS)
|
CFLAGS = -I. -I$(top_srcdir) @CFLAGS@ $(CPPFLAGS) $(DEFS) $(OPTS)
|
||||||
WCCFLAGS = @WCCFLAGS@
|
WCCFLAGS = @WCCFLAGS@
|
||||||
CPPFLAGS = @CPPFLAGS@
|
CPPFLAGS = @CPPFLAGS@
|
||||||
DEFS = @DEFS@ -DAUXBIN_DIR=\"$(AUXBIN_DIR)\" \
|
DEFS = @DEFS@ -DAUXBIN_DIR=\"$(AUXBIN_DIR)\" \
|
||||||
|
Reference in New Issue
Block a user