From: William A. Rowe Jr Date: Tue, 10 Oct 2017 12:46:13 +0000 (+0000) Subject: Fix Release as well as Debug target, submitted by Ivan Zhakov X-Git-Tag: 2.4.29~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=067254c449932d664071ae10967dd00de0fd34f1;p=thirdparty%2Fapache%2Fhttpd.git Fix Release as well as Debug target, submitted by Ivan Zhakov git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1811687 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/libhttpd.mak b/libhttpd.mak index 4ea4173b1a3..caabb552646 100644 --- a/libhttpd.mak +++ b/libhttpd.mak @@ -37,11 +37,11 @@ OutDir=.\Release !IF "$(RECURSE)" == "0" -ALL : ".\include\mod_dav.h" "$(OUTDIR)\libhttpd.dll" "$(DS_POSTBUILD_DEP)" +ALL : ".\include\mod_dav.h" ".\include\mod_watchdog.h" "$(OUTDIR)\libhttpd.dll" "$(DS_POSTBUILD_DEP)" !ELSE -ALL : "gen_test_char - Win32 Release" "libaprutil - Win32 Release" "libapriconv - Win32 Release" "libapr - Win32 Release" ".\include\mod_dav.h" "$(OUTDIR)\libhttpd.dll" "$(DS_POSTBUILD_DEP)" +ALL : "gen_test_char - Win32 Release" "libaprutil - Win32 Release" "libapriconv - Win32 Release" "libapr - Win32 Release" ".\include\mod_dav.h" ".\include\mod_watchdog.h" "$(OUTDIR)\libhttpd.dll" "$(DS_POSTBUILD_DEP)" !ENDIF