summaryrefslogtreecommitdiff
path: root/lib/subdir.am
diff options
context:
space:
mode:
authorMark Stapp <mstapp@nvidia.com>2022-03-23 09:03:14 -0400
committerMark Stapp <mstapp@nvidia.com>2022-03-23 09:03:14 -0400
commitf0368a3e4305a8da4b5d01e476038384d969f2e9 (patch)
tree64ece0b17c237da18a5a9243ec69aad378b1100a /lib/subdir.am
parentf76ce0e0e08c8eef7a1ed12588a5908bbd65ab03 (diff)
build: remove generated lib files during distclean
Remove a couple of lex/yacc output files in lib/ during 'distclean'. Signed-off-by: Mark Stapp <mstapp@nvidia.com>
Diffstat (limited to 'lib/subdir.am')
-rw-r--r--lib/subdir.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/subdir.am b/lib/subdir.am
index b505e235ca..d1df9cb3d9 100644
--- a/lib/subdir.am
+++ b/lib/subdir.am
@@ -523,6 +523,11 @@ lib/clippy-command_parse.$(OBJEXT): lib/command_lex.h
lib/lib_clippy-command_lex.$(OBJEXT): lib/command_parse.h
lib/lib_clippy-command_parse.$(OBJEXT): lib/command_lex.h
+DISTCLEANFILES += lib/command_lex.h \
+ lib/command_lex.c \
+ lib/command_parse.h \
+ lib/command_parse.c
+
rt_enabled =
if BABELD