DEVEL15-windows-client-config-manifest-20081226

LICENSE BSD
FIXES 123889

remove extraneous reference to the output manifest file which resulted
in two manifests being generated with conflicting UAC values.


(cherry picked from commit 06468cb9393aca2c58cc75ee51bfb50f56957c52)
This commit is contained in:
Matt Benjamin 2008-12-27 02:27:56 +00:00 committed by Jeffrey Altman
parent 663abb1402
commit 828ca0902d

View File

@ -110,7 +110,7 @@ $(EXEOBJSc): $$(@B).c
$(EXEFILE) : $(EXEOBJS) $(EXEOBJSc) $(EXERES) $(AFSDOBJS) $(EXELIBS)
$(EXEGUILINK) $(VCLIBS)
!IF ("$(AFSVER_CL)" == "1400")
if exist $@.manifest mt.exe -manifest afs_config.exe.manifest $(MANIFEST) -out:$(MANIFEST)
if exist $@.manifest mt.exe -manifest afs_config.exe.manifest -out:$(MANIFEST)
!ELSE
$(COPY) afs_config.exe.manifest $(MANIFEST)
!ENDIF