From adfd6865fe25b3612341c8f4e66104315793cd28 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Mon, 9 Aug 1999 01:27:37 +0000 Subject: [PATCH] Add missing veryclean target --- build/mod.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/mod.mk b/build/mod.mk index 4d7346a123..5fb0624485 100644 --- a/build/mod.mk +++ b/build/mod.mk @@ -67,6 +67,9 @@ depend-local-lib: depend-yes depend-mod: depend-local-lib FORCE $(MKDEP) $(DEFS) $(DEFINES) $(SRCS) +veryclean-local-lib: +veryclean-lib: clean-lib veryclean-local-lib + COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile $(CC) $(CFLAGS) -c MKDEPFLAG = -l -- 2.39.5