From: Kern Sibbald Date: Mon, 19 Aug 2002 13:17:46 +0000 (+0000) Subject: Fix tools makefile distclean X-Git-Tag: Release-1.25~38 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1949afe08b1efb0a006366e418f5d0e823c82f4f;p=bacula%2Fbacula Fix tools makefile distclean git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@105 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/tools/Makefile.in b/bacula/src/tools/Makefile.in index 258c08fd57..e93c5eddd9 100644 --- a/bacula/src/tools/Makefile.in +++ b/bacula/src/tools/Makefile.in @@ -1,3 +1,8 @@ +# +# Bacula Tools Makefile +# +# Version $Id$ +# @MCOMMON@ srcdir = . @@ -55,7 +60,7 @@ clean: @$(RMF) testfind dbcheck realclean: clean - @$(RMF) tags Makefile + @$(RMF) tags distclean: realclean if test $(srcdir) = .; then $(MAKE) realclean; fi