From 1949afe08b1efb0a006366e418f5d0e823c82f4f Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 19 Aug 2002 13:17:46 +0000 Subject: [PATCH] Fix tools makefile distclean git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@105 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/tools/Makefile.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- 2.39.5