mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 06:15:26 +00:00
Fix typo in Makefile (LDLAGS -> LDFLAGS)
Reported-by: Konrad Delong <https://github.com/konryd> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
9dc88381d2
commit
23a6607ae7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ CFLAGS=-Wall -Wno-pointer-sign -g
|
|||
OBJS=main.o dive.o profile.o info.o divelist.o parse-xml.o save-xml.o
|
||||
|
||||
divelog: $(OBJS)
|
||||
$(CC) $(LDLAGS) -o divelog $(OBJS) \
|
||||
$(CC) $(LDFLAGS) -o divelog $(OBJS) \
|
||||
`xml2-config --libs` \
|
||||
`pkg-config --libs gtk+-2.0`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue