Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-07-01 08:20:24 +0400
committerChristopher Faylor <me@cgf.cx>2000-07-01 08:20:24 +0400
commit8c6b7d8a1599235f05f06a4119ae95321a0de10f (patch)
tree72914f90bf90869bc519df378aaf2828f9cb3d81
parente337fd40cb296fb3be965be0bf502c272466b0dd (diff)
* Makefile.in: Find getopt.c in cygwin/lib subdirectory.
-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 a36d9849f..fb1621113 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 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: