diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2017-03-09 12:35:41 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2017-03-09 13:16:45 +0100 |
commit | b8a2d1c361ae440f958675491655ca6831e266f1 (patch) | |
tree | 3901affba0889b842cabaf4a8f1a4be13a854352 /Makefile.am | |
parent | 2a6ddd22196bcc76c5567596e3b9c7da6be48604 (diff) |
fixing lintian complains
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index cd39556..4aa7a2f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,9 +12,10 @@ install-exec-local: clean-local: rm -f naskpass naskshell naskpass_check + $(MAKE) -C ./tests clean distclean-local: clean-local - rm -f aclocal.m4 config.log config.status configure - rm -f Makefile.in src/Makefile.in src/aconfig.h.in~ src/*.d src/version.h - rm -rf build autom4te.cache + rm -f config.log config.status + rm -f src/aconfig.h.in~ src/*.d src/version.h + rm -rf autom4te.cache |