diff options
author | jbj <devnull@localhost> | 2000-10-28 17:16:25 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-10-28 17:16:25 +0000 |
commit | 3ad99fcba52fcc5e8ab636d2f1760c945cdfbf19 (patch) | |
tree | 1a99ac1cf7e49d8ab1719d50f111d23fafc71470 /scripts | |
parent | b8f90f10cbb592d7ac15dccae503767f262cd719 (diff) | |
download | rpm-3ad99fcba52fcc5e8ab636d2f1760c945cdfbf19.tar.gz rpm-3ad99fcba52fcc5e8ab636d2f1760c945cdfbf19.tar.bz2 rpm-3ad99fcba52fcc5e8ab636d2f1760c945cdfbf19.zip |
- add cscope/ctags (Rodrigo Barbosa<rodrigob@conectiva.com.br>).
- remove getMacroBody() from rpmio API.
- hide libio lossage in prototype, not API.
lclint annotations.
CVS patchset: 4230
CVS date: 2000/10/28 17:16:25
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/Makefile.in b/scripts/Makefile.in index e71282bcf..ba82bd3ba 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -74,6 +74,8 @@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CPP = @CPP@ +CSCOPE = @CSCOPE@ +CTAGS = @CTAGS@ DATADIRNAME = @DATADIRNAME@ DBLIBOBJS = @DBLIBOBJS@ DLLTOOL = @DLLTOOL@ |