diff options
author | rpj <rpj> | 2006-04-30 10:23:29 +0000 |
---|---|---|
committer | rpj <rpj> | 2006-04-30 10:23:29 +0000 |
commit | 1a203b18e4dd52cebe5c894dc8d09144aaa46ce3 (patch) | |
tree | f0531c69cf354326d649066ee4d9e0b40e1d2dfd | |
parent | bd88647a2ccab42d1645ef3d748c93dfb5c26d4a (diff) |
''
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index df40b8f..dfe783c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -97,7 +97,7 @@ GC_CFLAGS = $(PTW32_FLAGS) GCE_CFLAGS = $(PTW32_FLAGS) -mthreads ## Mingw32 -MAKE = make +MAKE ?= make CFLAGS = $(OPT) $(XOPT) -I. -DHAVE_CONFIG_H -Wall DLL_INLINED_OBJS = \ |