X-Git-Url: http://git.samba.org/?p=samba.git;a=blobdiff_plain;f=testprogs%2Fwin32%2Fnpecho%2FGNUmakefile;fp=testprogs%2Fwin32%2Fnpecho%2FGNUmakefile;h=5b4f976949f07cf12c5a123ef9d8c2060a2d2e23;hp=cc08ba74a1629e6d45d093af932855aacbd424a0;hb=d18fbda0d0bd7d4cd702e1feb80d5803a4afcc39;hpb=4ce04f6f6fe5c485045cd870cb9ad2e3f2063659 diff --git a/testprogs/win32/npecho/GNUmakefile b/testprogs/win32/npecho/GNUmakefile index cc08ba74a16..5b4f976949f 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