0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-23 17:31:55 +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 committed by Igor Putovny
parent e82b966b58
commit fead4077d5

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