mirror of
https://github.com/nmap/nmap.git
synced 2025-12-30 19:39:07 +00:00
Let nmap-update be built alone (make build-nmap-update)
This commit is contained in:
@@ -29,7 +29,7 @@ NBASELIB = $(NBASEDIR)/libnbase.a
|
||||
|
||||
all: nmap-update
|
||||
|
||||
nmap-update: $(O_FILES)
|
||||
nmap-update: $(O_FILES) $(NBASELIB)
|
||||
$(CC) -o $@ $(CFLAGS) $(LDFLAGS) $^ $(APR_LIBS) $(SVN_LIBS) $(LIBS)
|
||||
|
||||
%.o: %.c
|
||||
|
||||
Reference in New Issue
Block a user