2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

Remove generated files for linker as part of distclean.

This commit is contained in:
Todd C. Miller
2014-08-08 14:49:06 -06:00
parent bd57aad60b
commit 69762d8882
5 changed files with 5 additions and 5 deletions

View File

@@ -283,7 +283,7 @@ clean:
mostlyclean: clean
distclean: clean
-rm -rf Makefile .libs
-rm -rf Makefile .libs $(shlib_exp) $(shlib_map) $(shlib_opt)
clobber: distclean