2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-29 21:38:05 +00:00

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...