]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
incorrectly split line
authorMark Andrews <marka@isc.org>
Thu, 11 Sep 2008 06:20:02 +0000 (06:20 +0000)
committerMark Andrews <marka@isc.org>
Thu, 11 Sep 2008 06:20:02 +0000 (06:20 +0000)
lib/isc/win32/libisc.mak

index b7ef7df4ef124982990d1e6417de1391f1f4dae9..fdff995c2368f20a8a07bc78c8dcf8ac730f4beb 100644 (file)
@@ -78,8 +78,7 @@ if exist $@.manifest mt.exe -manifest $@.manifest -outputresource:$@;1
 MT_SPECIAL_RETURN=0
 MT_SPECIAL_SWITCH=
 _VC_MANIFEST_EMBED_EXE= \
-if exist $@.manifest mt.exe -manifest $@.manifest -out:$(_VC_MANIFEST_BASENAME).
-auto.manifest $(MT_SPECIAL_SWITCH) & \
+if exist $@.manifest mt.exe -manifest $@.manifest -out:$(_VC_MANIFEST_BASENAME).auto.manifest $(MT_SPECIAL_SWITCH) & \
 if "%ERRORLEVEL%" == "$(MT_SPECIAL_RETURN)" \
 rc /r $(_VC_MANIFEST_BASENAME).auto.rc & \
 link $** /out:$@ $(LFLAGS)