From 6c1fea10c6970acded80f92edaa748e9fc370eec Mon Sep 17 00:00:00 2001 From: Jakub Hradil Date: Thu, 1 Oct 2015 10:49:28 +0200 Subject: [PATCH] Fix Makefile clean action Fixes #529: Makefile clean action for stored not removing .libs directory Signed-off-by: Marco van Wieringen --- src/stored/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stored/Makefile.in b/src/stored/Makefile.in index f75abebc565..09a21d206bb 100644 --- a/src/stored/Makefile.in +++ b/src/stored/Makefile.in @@ -245,6 +245,7 @@ install: all @LIBTOOL_INSTALL_TARGET@ libtool-clean: @find . -name '*.lo' -print | xargs $(LIBTOOL_CLEAN) $(RMF) @$(RMF) *.la + @$(RMF) -r .libs _libs clean: libtool-clean @$(RMF) bareos-sd stored bls bextract bpool btape shmfree core core.* a.out *.o *.bak *~ *.intpro *.extpro 1 2 3