Update of /cvsroot/cscope/cscope/src
In directory usw-pr-cvs1:/tmp/cvs-serv422/src
Modified Files:
Makefile.am
Log Message:
Further steps to "make dist" and "make distcheck" work
Index: Makefile.am
===================================================================
RCS file: /cvsroot/cscope/cscope/src/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** Makefile.am 2001/06/26 14:05:52 1.5
--- Makefile.am 2001/06/27 15:51:26 1.6
***************
*** 25,32 ****
## Hack to clean the generated files and not include them in a "make dist".
! BUILT_SOURCES = $(LEXER_SOURCE).c egrep.c
! CLEANFILES = $(LEXER_SOURCE).c egrep.c
dist-hook:
! rm -f $(distdir)/$(LEXER_SOURCE).c $(distdir)/egrep.c
EXTRA_DIST = emacs.e gmacs.ml
--- 25,31 ----
## Hack to clean the generated files and not include them in a "make dist".
! CLEANFILES = scanner.c fscanner.c egrep.c
dist-hook:
! rm -f $(distdir)/scanner.c $(distdir)/fscanner.c $(distdir)/egrep.c
EXTRA_DIST = emacs.e gmacs.ml
|