From 5adb67a04187d986d6dcee1331cd89c683e3d60d Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Mon, 22 Nov 2010 15:44:15 +0000 Subject: [PATCH] Remove .deps and .libs directories in maintainer-clean target. --- src/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile b/src/Makefile index 7cbed7ee..43a1916c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -331,3 +331,5 @@ endif # This command is intended for maintainers to use; it deletes files # that may need special tools to rebuild. maintainer-clean: uninstall distclean + -$(RM) -r .deps + -$(RM) -r .libs