0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-16 18:35:19 +00:00

Build: Fix cleanup of nest/proto-build.c

This commit is contained in:
Ondrej Zajicek 2023-01-13 16:44:42 +01:00
parent f8276812e6
commit 54234c9eae

View 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 '{}' '+'