aboutsummaryrefslogtreecommitdiff
path: root/winsup/utils
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
parente337fd40cb296fb3be965be0bf502c272466b0dd (diff)
downloadnewlib-8c6b7d8a1599235f05f06a4119ae95321a0de10f.zip
newlib-8c6b7d8a1599235f05f06a4119ae95321a0de10f.tar.gz
newlib-8c6b7d8a1599235f05f06a4119ae95321a0de10f.tar.bz2
* Makefile.in: Find getopt.c in cygwin/lib subdirectory.
Diffstat (limited to 'winsup/utils')
-rw-r--r--winsup/utils/ChangeLog4
-rw-r--r--winsup/utils/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index a36d984..fb16211 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,7 @@
+Sat Jul 1 00:19:27 2000 Christopher Faylor <cgf@cygnus.com>
+
+ * Makefile.in: Find getopt.c in cygwin/lib subdirectory.
+
Sat Jun 24 23:16:33 2000 Christopher Faylor <cgf@cygnus.com>
* cygcheck.cc (cygwin_info): New function. Scans DLL for Cygwin
diff --git a/winsup/utils/Makefile.in b/winsup/utils/Makefile.in
index 98d9b51..80fbdd8 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: