Skip to content

Commit

Permalink
makefiles: set EXTRA_CFLAGS/EXTRA_LDFLAGS instead of append
Browse files Browse the repository at this point in the history
To make them consistent with the other variables on config.mk.in.
  • Loading branch information
kmk3 committed Dec 4, 2022
1 parent 35332bd commit e7be30a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.mk.in
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ LIBS=@LIBS@

ifdef NO_EXTRA_CFLAGS
else
EXTRA_CFLAGS +=@EXTRA_CFLAGS@
EXTRA_CFLAGS=@EXTRA_CFLAGS@
endif

EXTRA_LDFLAGS +=@EXTRA_LDFLAGS@
EXTRA_LDFLAGS=@EXTRA_LDFLAGS@

0 comments on commit e7be30a

Please sign in to comment.