mirror of
https://github.com/nmap/nmap.git
synced 2026-06-26 03:03:55 +00:00
Use LDFLAGS when linking nmap-update.
This commit is contained in:
parent
7c8bd6b699
commit
9a615acd22
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ NBASELIB = $(NBASEDIR)/libnbase.a
|
|||
all: nmap-update
|
||||
|
||||
nmap-update: $(O_FILES)
|
||||
$(CC) -o $@ $^ $(LIBS)
|
||||
$(CC) -o $@ $(CFLAGS) $(LDFLAGS) $^ $(LIBS)
|
||||
|
||||
%.o: %.c
|
||||
$(CC) -c -o $@ $(CPPFLAGS) $(CFLAGS) $<
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue