Skip to content

Commit

Permalink
Fix Makefile clean action
Browse files Browse the repository at this point in the history
Fixes #529: Makefile clean action for stored not removing .libs directory

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
  • Loading branch information
jkhradil authored and Marco van Wieringen committed Nov 16, 2015
1 parent c6dfabe commit 6c1fea1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stored/Makefile.in
Expand Up @@ -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
Expand Down

0 comments on commit 6c1fea1

Please sign in to comment.