diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2023-01-13 16:44:42 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2023-01-13 16:44:42 +0100 |
commit | 54234c9eae978463a2518446da399470ff916252 (patch) | |
tree | d64066b97398f2e8457b39e678be056fd29a1e05 /Makefile.in | |
parent | f8276812e6bf3aaefe22cdf9135b06e344298273 (diff) |
Build: Fix cleanup of nest/proto-build.c
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index fa534872..95ab1489 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 '{}' '+' |