summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2023-01-23 19:51:24 +0100
committerMaria Matejka <mq@ucw.cz>2023-01-23 19:51:24 +0100
commit21b772fd4394feeb875121051c868eb9b738cb48 (patch)
treead36ec41ff73d82c3e0694c609e87bc6bddec3e6 /Makefile.in
parent758aabd96c0f09709183dff4261ffbfdd72ae870 (diff)
parent928a1cb034e6f9e8edcdd1dc07264cd703e00827 (diff)
Merge commit '928a1cb034e6f9e8edcdd1dc07264cd703e00827' into thread-next
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
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 '{}' '+'