Make SUDOERS_LDFLAGS reference $(LDFLAGS) instead of using @LDFLAGS@

directly.
This commit is contained in:
Todd C. Miller
2011-04-06 10:06:51 -04:00
parent dcc4ec8436
commit f6ffc8adf3

View File

@@ -56,7 +56,7 @@ CFLAGS = @CFLAGS@
# Flags to pass to the link stage
LDFLAGS = @LDFLAGS@
SUDOERS_LDFLAGS = @LDFLAGS@ @SUDOERS_LDFLAGS@
SUDOERS_LDFLAGS = $(LDFLAGS) @SUDOERS_LDFLAGS@
LTLDFLAGS = @LTLDFLAGS@
# Where to install things...