summaryrefslogtreecommitdiff
path: root/testprogs/win32/npecho/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'testprogs/win32/npecho/GNUmakefile')
-rwxr-xr-xtestprogs/win32/npecho/GNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/testprogs/win32/npecho/GNUmakefile b/testprogs/win32/npecho/GNUmakefile
index cc08ba74a1..5b4f976949 100755
--- a/testprogs/win32/npecho/GNUmakefile
+++ b/testprogs/win32/npecho/GNUmakefile
@@ -8,7 +8,8 @@ NPECHO2 = npecho_client2.exe npecho_server2.exe
all: $(NPECHO) $(NPECHO2)
-CC = i586-mingw32msvc-gcc
+MINGW_CC = i586-mingw32msvc-cc
+CC = $(MINGW_CC)
.SUFFIXES: .c .obj .exe