diff options
Diffstat (limited to 'pc/Makefile.os2')
-rw-r--r-- | pc/Makefile.os2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pc/Makefile.os2 b/pc/Makefile.os2 index 072264ec..635f12a8 100644 --- a/pc/Makefile.os2 +++ b/pc/Makefile.os2 @@ -98,7 +98,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
|