diff options
| author | Mark Stapp <mstapp@nvidia.com> | 2022-03-23 09:03:14 -0400 | 
|---|---|---|
| committer | Mark Stapp <mstapp@nvidia.com> | 2022-03-23 09:03:14 -0400 | 
| commit | f0368a3e4305a8da4b5d01e476038384d969f2e9 (patch) | |
| tree | 64ece0b17c237da18a5a9243ec69aad378b1100a /lib | |
| parent | f76ce0e0e08c8eef7a1ed12588a5908bbd65ab03 (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')
| -rw-r--r-- | lib/subdir.am | 5 | 
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  | 
