pull up r18495 from trunk
authorTom Yu <tlyu@mit.edu>
Wed, 23 Aug 2006 18:38:23 +0000 (18:38 +0000)
committerTom Yu <tlyu@mit.edu>
Wed, 23 Aug 2006 18:38:23 +0000 (18:38 +0000)
 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

src/windows/identity/Makefile

index b3028458e337f5300d6d4927c25780f81929cf43..f96cb0a11cdd31a392e39a8560de4aaa3f6528eb 100644 (file)
@@ -1,5 +1,6 @@
 #\r
 # Copyright (c) 2004 Massachusetts Institute of Technology\r
+# Copyright (c) 2006 Secure Endpoints Inc.\r
 #\r
 # Permission is hereby granted, free of charge, to any person\r
 # obtaining a copy of this software and associated documentation files\r
@@ -43,7 +44,7 @@ RMAKE_W2K=$(MAKECMD) /nologo all KHBUILD_W2K=1
 \r
 !else\r
 RMAKE=$(MAKECMD) /nologo etag\r
-RMAKE_W2K=$(MAKECMD) /nologo etag KHBUILD_W2K=1\r
+RMAKE_W2K=echo Skipping W2K target for ETAGS run.\r
 !endif\r
 !else\r
 RMAKE=$(MAKECMD) /nologo test\r