]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
[NDINSTALL] enable ia64 build of ndinstall.exe for the WinVerbs ia64 ND provider.
authorstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Fri, 23 Oct 2009 01:58:53 +0000 (01:58 +0000)
committerstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Fri, 23 Oct 2009 01:58:53 +0000 (01:58 +0000)
git-svn-id: svn://openib.tc.cornell.edu/gen1@2493 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

trunk/tools/ndinstall/user/makefile

index 8b9aa2335820fcdab19e63eed081bc7a6990c4d7..4d9185baea9a57a65ff6f9b06228c8fdfa1ffa14 100644 (file)
@@ -3,11 +3,9 @@
 # file to this component.  This file merely indirects to the real make file\r
 # that is shared by all the driver components of the OpenIB Windows project.\r
 #\r
-# If Network Direct SDK installed then disable only IA64 builds\r
-# Otherwise disable all builds.\r
-!IFDEF ND_INC\r
-DDK_BLOCK_ON_IA64=1\r
-!ELSE\r
+# If Network Direct SDK is not installed then disable all ndinstall.exe builds.\r
+\r
+!IFNDEF ND_INC\r
 !MESSAGE Skipping ndinstall build: HPC SDK not installed.\r
 DDK_BLOCK_ON_IA64=1\r
 DDK_BLOCK_ON_X86=1\r