From 8a93ba6ed7ef3b67d122fbb98a2601d98fd51f51 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 18 Jan 2009 20:41:17 +0000 Subject: [PATCH] Ensure that the installer and newinstaller Makefiles are called during a make clean. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8373 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/win32/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/win32/Makefile b/bacula/src/win32/Makefile index fe95324578..78eae5572f 100644 --- a/bacula/src/win32/Makefile +++ b/bacula/src/win32/Makefile @@ -15,7 +15,7 @@ DIRS= dll \ all: Makefile.inc $(DIRS) installer newinstaller -clean: $(DIRS) +clean: $(DIRS) installer newinstaller $(ECHO_CMD)-rm -rf release newinstaller: -- 2.39.5