diff options
author | Jacques Germishuys <jacques.germishuys@gmail.com> | 2014-05-13 20:30:47 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2014-05-13 20:30:47 +0300 |
commit | 85047eb9044d4b72d50e6620c505c675d55ab98b (patch) | |
tree | 02fcda5d7172736a7377bd5aa121ce8ffcae4b25 /NMakefile.template | |
parent | 0faa98a0bbf05d63f9385de9d66d1707257ab437 (diff) | |
download | gunmake-85047eb9044d4b72d50e6620c505c675d55ab98b.tar.gz |
NMakefile.template ($(OUTDIR)/posixfcn.obj): Fix a typo.
Copyright-paperwork-exempt: yes.
Diffstat (limited to 'NMakefile.template')
-rw-r--r-- | NMakefile.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NMakefile.template b/NMakefile.template index 3e1a30b..f2e038f 100644 --- a/NMakefile.template +++ b/NMakefile.template @@ -123,7 +123,7 @@ $(OUTDIR)/fnmatch.obj : glob/fnmatch.c $(CC) $(CFLAGS) /c $? $(OUTDIR)/dirent.obj : w32/compat/dirent.c $(CC) $(CFLAGS) /c $? -$(OUTDIR)/pathstuff.obj : w32/compat/posixfcn.c +$(OUTDIR)/posixfcn.obj : w32/compat/posixfcn.c $(CC) $(CFLAGS) /c $? $(OUTDIR)/pathstuff.obj : w32/pathstuff.c $(CC) $(CFLAGS) /c $? |