diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-05-19 13:30:58 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-05-19 13:59:45 +0200 |
commit | d18fbda0d0bd7d4cd702e1feb80d5803a4afcc39 (patch) | |
tree | 855e1a036b303409ccae1d6334c14d226c0567fd /testprogs/win32/npecho | |
parent | 4ce04f6f6fe5c485045cd870cb9ad2e3f2063659 (diff) | |
download | samba-d18fbda0d0bd7d4cd702e1feb80d5803a4afcc39.tar.gz samba-d18fbda0d0bd7d4cd702e1feb80d5803a4afcc39.tar.bz2 samba-d18fbda0d0bd7d4cd702e1feb80d5803a4afcc39.zip |
testprogs/win32: make it possible to specify MINGW_CC
metze
Diffstat (limited to 'testprogs/win32/npecho')
-rwxr-xr-x | testprogs/win32/npecho/GNUmakefile | 3 |
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 |