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 Oct 1, 2015
1 parent a78df72 commit d6f3fbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stored/Makefile.in
Expand Up @@ -262,6 +262,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 d6f3fbd

Please sign in to comment.