From: Tom Yu Date: Wed, 23 Aug 2006 18:38:23 +0000 (+0000) Subject: pull up r18495 from trunk X-Git-Tag: krb5-1.5.1-final~9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=58f6d0e72f783f338f8d10f0d7e5331685ebedf3;p=krb5.git pull up r18495 from trunk r18495@cathode-dark-space: jaltman | 2006-08-22 22:15:52 -0400 ticket: 4172 * Makefile - do not etag the Win2000 version of the NetIDMgr.exe ticket: 4172 git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-5@18507 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/windows/identity/Makefile b/src/windows/identity/Makefile index b3028458e..f96cb0a11 100644 --- a/src/windows/identity/Makefile +++ b/src/windows/identity/Makefile @@ -1,5 +1,6 @@ # # Copyright (c) 2004 Massachusetts Institute of Technology +# Copyright (c) 2006 Secure Endpoints Inc. # # Permission is hereby granted, free of charge, to any person # obtaining a copy of this software and associated documentation files @@ -43,7 +44,7 @@ RMAKE_W2K=$(MAKECMD) /nologo all KHBUILD_W2K=1 !else RMAKE=$(MAKECMD) /nologo etag -RMAKE_W2K=$(MAKECMD) /nologo etag KHBUILD_W2K=1 +RMAKE_W2K=echo Skipping W2K target for ETAGS run. !endif !else RMAKE=$(MAKECMD) /nologo test