From 77146706a6fd4cd7f05e54d5de7998514cf4eece Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 24 Feb 1997 16:14:20 +0000 Subject: [PATCH] WHAT now defined in config files. --- src/iocCore/Makefile.Vx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/iocCore/Makefile.Vx b/src/iocCore/Makefile.Vx index 433e69cb1..d2e123044 100644 --- a/src/iocCore/Makefile.Vx +++ b/src/iocCore/Makefile.Vx @@ -24,7 +24,5 @@ include $(TOP)/config/RULES.Vx iocCore: $(IOC_CORE_OBJS) $(LINK.c) $@ $(IOC_CORE_OBJS) -ifneq ($(HOST_ARCH),WIN32) - @what $@ -endif + @$(WHAT) $@