From: Kern Sibbald Date: Sun, 18 Jan 2009 20:41:17 +0000 (+0000) Subject: Ensure that the installer and newinstaller Makefiles are called X-Git-Tag: Release-3.0.0~304 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8a93ba6ed7ef3b67d122fbb98a2601d98fd51f51;p=bacula%2Fbacula 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 --- 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: