|
From: Hans-Bernhard B. <br...@us...> - 2002-07-28 15:40:10
|
Update of /cvsroot/cscope/cscope/contrib In directory usw-pr-cvs1:/tmp/cvs-serv25314/contrib Modified Files: Makefile.in Log Message: Cygwin-related fixes: * move #include <fcntl.h> above #ifdef O_TEXT/O_BINARY detection stuff * call myexit() instead of exit() everywhere * enable AC_EXEEXT stuff Index: Makefile.in =================================================================== RCS file: /cvsroot/cscope/cscope/contrib/Makefile.in,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** Makefile.in 2 Jan 2002 17:26:34 -0000 1.4 --- Makefile.in 28 Jul 2002 15:40:06 -0000 1.5 *************** *** 63,66 **** --- 63,67 ---- CURSES_INCLUDEDIR = @CURSES_INCLUDEDIR@ CURSES_LIBS = @CURSES_LIBS@ + EXEEXT = @EXEEXT@ LEX = @LEX@ LEXLIB = @LEXLIB@ |