Update of /cvsroot/cscope/cscope/src
In directory usw-pr-cvs1:/tmp/cvs-serv4159
Modified Files:
Makefile.am
Log Message:
Change def. of LEXER_SOURCE to avoid bug in target maintainer-clean-generic
Index: Makefile.am
===================================================================
RCS file: /cvsroot/cscope/cscope/src/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** Makefile.am 2001/06/27 15:51:26 1.6
--- Makefile.am 2001/06/27 16:07:40 1.7
***************
*** 4,13 ****
if USING_LEX
! LEXER_SOURCE=scanner
else
! LEXER_SOURCE=fscanner
endif
! cscope_SOURCES = $(LEXER_SOURCE).l egrep.y \
alloc.c basename.c command.c compath.c constants.h crossref.c dir.c \
display.c edit.c exec.c find.c global.h help.c history.c input.c \
--- 4,13 ----
if USING_LEX
! LEXER_SOURCE=scanner.l
else
! LEXER_SOURCE=fscanner.l
endif
! cscope_SOURCES = $(LEXER_SOURCE) egrep.y \
alloc.c basename.c command.c compath.c constants.h crossref.c dir.c \
display.c edit.c exec.c find.c global.h help.c history.c input.c \
|