Remove old makedepend command. Fixes #503

This commit is contained in:
dmiller 2026-05-12 20:09:07 +00:00
parent 2d46c6b86c
commit abf98ca7b7

View file

@ -20,7 +20,6 @@ LDFLAGS = @LDFLAGS@ $(STATIC)
LIBS = @LIBS@ LIBS = @LIBS@
SHTOOL = ./shtool SHTOOL = ./shtool
INSTALL = $(SHTOOL) install INSTALL = $(SHTOOL) install
MAKEDEPEND = @MAKEDEPEND@
TARGET = libnbase.a TARGET = libnbase.a
@ -40,9 +39,6 @@ clean:
distclean: clean distclean: clean
rm -f Makefile config.cache config.log config.status nbase_config.h rm -f Makefile config.cache config.log config.status nbase_config.h
depend:
$(MAKEDEPEND) $(INCLS) -s "# DO NOT DELETE" -- $(DEFS) -- $(SRCS)
configure: configure.ac configure: configure.ac
autoconf autoconf
@ -54,12 +50,3 @@ config.status: configure
.cc.o: .cc.o:
$(CC) -c $(CFLAGS) $*.cc $(CC) -c $(CFLAGS) $*.cc
# DO NOT DELETE -- Needed by makedepend