From abf98ca7b7143782e98084e5084b8a235396a1cb Mon Sep 17 00:00:00 2001 From: dmiller Date: Tue, 12 May 2026 20:09:07 +0000 Subject: [PATCH] Remove old makedepend command. Fixes #503 --- nbase/Makefile.in | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/nbase/Makefile.in b/nbase/Makefile.in index db1380f39..d08719cc1 100644 --- a/nbase/Makefile.in +++ b/nbase/Makefile.in @@ -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 - - - - - - -