From: Jacques Germishuys Date: Tue, 13 May 2014 17:30:47 +0000 (+0300) Subject: NMakefile.template ($(OUTDIR)/posixfcn.obj): Fix a typo. X-Git-Tag: 4.1~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85047eb9044d4b72d50e6620c505c675d55ab98b;p=thirdparty%2Fmake.git NMakefile.template ($(OUTDIR)/posixfcn.obj): Fix a typo. Copyright-paperwork-exempt: yes. --- diff --git a/NMakefile.template b/NMakefile.template index 3e1a30b2..f2e038fe 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 $?