From: Ondrej Zajicek Date: Fri, 13 Jan 2023 15:44:42 +0000 (+0100) Subject: Build: Fix cleanup of nest/proto-build.c X-Git-Tag: v2.0.12~6^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54234c9eae978463a2518446da399470ff916252;p=thirdparty%2Fbird.git Build: Fix cleanup of nest/proto-build.c --- diff --git a/Makefile.in b/Makefile.in index fa5348729..95ab1489d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -219,7 +219,7 @@ install-docs: # Cleanup clean:: - rm -f $(objdir)/sysdep/paths.h + rm -f $(objdir)/sysdep/paths.h $(objdir)/nest/proto-build.c rm -f $(addprefix $(exedir)/,bird birdc birdcl) find $(objdir) -name "*.[od]" -exec rm -f '{}' '+'