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 19, 2015
1 parent 5b2c6c3 commit c4d227f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/stored/Makefile.in
Expand Up @@ -190,6 +190,8 @@ install: all
fi

libtool-clean:
@find . -name '*.lo' -print | xargs $(LIBTOOL_CLEAN) $(RMF)
@$(RMF) *.la
@$(RMF) -r .libs _libs

clean: libtool-clean
Expand Down

0 comments on commit c4d227f

Please sign in to comment.