mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
Build: Fix cleanup of nest/proto-build.c
This commit is contained in:
parent
f8276812e6
commit
54234c9eae
@ -219,7 +219,7 @@ install-docs:
|
|||||||
|
|
||||||
# Cleanup
|
# Cleanup
|
||||||
clean::
|
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)
|
rm -f $(addprefix $(exedir)/,bird birdc birdcl)
|
||||||
find $(objdir) -name "*.[od]" -exec rm -f '{}' '+'
|
find $(objdir) -name "*.[od]" -exec rm -f '{}' '+'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user