mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Remove old makedepend command. Fixes #503
This commit is contained in:
parent
2d46c6b86c
commit
abf98ca7b7
1 changed files with 0 additions and 13 deletions
|
|
@ -20,7 +20,6 @@ LDFLAGS = @LDFLAGS@ $(STATIC)
|
|||
LIBS = @LIBS@
|
||||
SHTOOL = ./shtool
|
||||
INSTALL = $(SHTOOL) install
|
||||
MAKEDEPEND = @MAKEDEPEND@
|
||||
|
||||
TARGET = libnbase.a
|
||||
|
||||
|
|
@ -40,9 +39,6 @@ clean:
|
|||
distclean: clean
|
||||
rm -f Makefile config.cache config.log config.status nbase_config.h
|
||||
|
||||
depend:
|
||||
$(MAKEDEPEND) $(INCLS) -s "# DO NOT DELETE" -- $(DEFS) -- $(SRCS)
|
||||
|
||||
configure: configure.ac
|
||||
autoconf
|
||||
|
||||
|
|
@ -54,12 +50,3 @@ config.status: configure
|
|||
|
||||
.cc.o:
|
||||
$(CC) -c $(CFLAGS) $*.cc
|
||||
|
||||
# DO NOT DELETE -- Needed by makedepend
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue