summaryrefslogtreecommitdiffstats
path: root/winsup/utils/Makefile.in
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-07-01 04:20:24 +0000
committerChristopher Faylor <me@cgf.cx>2000-07-01 04:20:24 +0000
commit8c6b7d8a1599235f05f06a4119ae95321a0de10f (patch)
tree72914f90bf90869bc519df378aaf2828f9cb3d81 /winsup/utils/Makefile.in
parente337fd40cb296fb3be965be0bf502c272466b0dd (diff)
downloadcygnal-8c6b7d8a1599235f05f06a4119ae95321a0de10f.tar.gz
cygnal-8c6b7d8a1599235f05f06a4119ae95321a0de10f.tar.bz2
cygnal-8c6b7d8a1599235f05f06a4119ae95321a0de10f.zip
* Makefile.in: Find getopt.c in cygwin/lib subdirectory.
Diffstat (limited to 'winsup/utils/Makefile.in')
-rw-r--r--winsup/utils/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/utils/Makefile.in b/winsup/utils/Makefile.in
index 98d9b51d4..80fbdd86d 100644
--- a/winsup/utils/Makefile.in
+++ b/winsup/utils/Makefile.in
@@ -77,7 +77,7 @@ else
$(CC) $(MINGW_CXXFLAGS) -o $@ ${wordlist 1,2,$^} -B$(mingw_build)/ $(MINGW_LDFLAGS)
endif
-mingw_getopt.o: $(cygwin_source)/getopt.c
+mingw_getopt.o: $(cygwin_source)/lib/getopt.c
$(CC) -c -o $@ $(MINGW_CFLAGS) $^
clean: