diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-05-12 22:39:48 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-05-12 22:39:48 +0300 |
commit | d7b4254cbf5f70d430e21f4f8ca90e354e251bac (patch) | |
tree | ebead5b02dae267232b6e597612704f9a3697235 /pc | |
parent | 9205d5d6fd20ad78918b44100063ade0b1374ede (diff) | |
parent | 29f8ff8ee26d1c5c3fad9129786687c745322494 (diff) | |
download | egawk-d7b4254cbf5f70d430e21f4f8ca90e354e251bac.tar.gz egawk-d7b4254cbf5f70d430e21f4f8ca90e354e251bac.tar.bz2 egawk-d7b4254cbf5f70d430e21f4f8ca90e354e251bac.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'pc')
-rw-r--r-- | pc/ChangeLog | 4 | ||||
-rw-r--r-- | pc/Makefile | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog index bcc3a934..e991a514 100644 --- a/pc/ChangeLog +++ b/pc/ChangeLog @@ -1,3 +1,7 @@ +2016-05-12 Eli Zaretskii <eliz@gnu.org> + + * Makefile ($(ALLOBJS) $(LIBOBJS)): Depend on nonposix.h. + 2016-04-23 Eli Zaretskii <eliz@gnu.org> * Makefile.tst (pty1): Ignore errors (happens with MinGW). diff --git a/pc/Makefile b/pc/Makefile index 23b90464..57c0dc45 100644 --- a/pc/Makefile +++ b/pc/Makefile @@ -242,7 +242,7 @@ $(RSPFILE) : $(GAWKOBJS) # included by awk.h. # 2. custom.h is not mentioned because pc ports don't use it. $(ALLOBJS) $(LIBOBJS): \ - awk.h regex.h config.h gettext.h mbsupport.h protos.h dfa.h getopt.h + awk.h regex.h config.h gettext.h mbsupport.h protos.h dfa.h getopt.h nonposix.h builtin$O: floatmagic.h random.h popen.h |