diff options
Diffstat (limited to 'pc/Makefile.emx')
-rw-r--r-- | pc/Makefile.emx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pc/Makefile.emx b/pc/Makefile.emx index 622a3a30..3be4a844 100644 --- a/pc/Makefile.emx +++ b/pc/Makefile.emx @@ -26,7 +26,7 @@ GNUOBJS= getopt$O getopt1$O regex$O dfa$O .SUFFIXES: $O .c .y
.c$O:
- $(CC) $(CFLAGS) -DGAWK -c $<
+ $(CC) $(CFLAGS) -DGAWK -DHAVE_CONFIG_H -c $<
all: gawk.exe
|