diff options
author | jbj <devnull@localhost> | 2001-05-03 21:00:18 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-05-03 21:00:18 +0000 |
commit | d78e027808deb6aef4e65338d160986d7e576a90 (patch) | |
tree | 53cddb260f6b5a0fab362b6c0f6f3375d0cacb8b /lib/Makefile.am | |
parent | 0ecdbba93587408c670124e88d39451c681a77eb (diff) | |
download | librpm-tizen-d78e027808deb6aef4e65338d160986d7e576a90.tar.gz librpm-tizen-d78e027808deb6aef4e65338d160986d7e576a90.tar.bz2 librpm-tizen-d78e027808deb6aef4e65338d160986d7e576a90.zip |
- still more boring lclint annotations and fiddles.
CVS patchset: 4738
CVS date: 2001/05/03 21:00:18
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index f68c13693..dc7aec1b7 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -57,9 +57,9 @@ getdate.c: getdate.y @echo expect 10 shift/reduce conflicts $(YACC) $(srcdir)/getdate.y -@if test -f y.tab.c; then \ - { echo "/*@-globstate -retvalint -unqualifiedtrans -usedef -varuse@*/";\ + { echo "/*@-globstate -retvalint -unqualifiedtrans -usedef -varuse -nullderef@*/";\ cat y.tab.c ;\ - echo "/*@=globstate =retvalint =unqualifiedtrans =usedef =varuse@*/";\ + echo "/*@=globstate =retvalint =unqualifiedtrans =usedef =varuse =nullderef@*/";\ } > getdate.c ;\ rm -f y.tab.c; \ else \ @@ -72,7 +72,10 @@ getdate.c: getdate.y BUILT_SOURCES = tagtable.c getdate.c -.PHONY: lclint +.PHONY: sources +sources: + @echo $(librpm_la_SOURCES:%=lib/%) + .PHONY: lclint lclint: lclint $(DEFS) $(INCLUDES) $(librpm_la_SOURCES) |