From 3001f7e82f6bd9cf747ebdf30abd43c87d7489e6 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 4 Sep 1996 21:40:28 +0000 Subject: [PATCH] no what on win32 --- src/iocCore/Makefile.Vx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/iocCore/Makefile.Vx b/src/iocCore/Makefile.Vx index 34d6d8bad0..433e69cb1f 100644 --- a/src/iocCore/Makefile.Vx +++ b/src/iocCore/Makefile.Vx @@ -24,5 +24,7 @@ include $(TOP)/config/RULES.Vx iocCore: $(IOC_CORE_OBJS) $(LINK.c) $@ $(IOC_CORE_OBJS) +ifneq ($(HOST_ARCH),WIN32) @what $@ +endif