]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Build: Fix cleanup of nest/proto-build.c
authorOndrej Zajicek <santiago@crfreenet.org>
Fri, 13 Jan 2023 15:44:42 +0000 (16:44 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Fri, 13 Jan 2023 15:44:42 +0000 (16:44 +0100)
Makefile.in

index fa53487292fc16ab9d86d27b2c7fff1ba7e3276e..95ab1489da849243f8be48871ef559236c987d28 100644 (file)
@@ -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 '{}' '+'