* Makefile.in: Find getopt.c in cygwin/lib subdirectory.

This commit is contained in:
Christopher Faylor 2000-07-01 04:20:24 +00:00
parent e337fd40cb
commit 8c6b7d8a15
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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: