From: helly Date: Wed, 28 Dec 2005 13:49:58 +0000 (+0000) Subject: - Make rpm creates both binary and source rpms now X-Git-Tag: 0.13.6~574 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=967d414af5c7f1318887a0a91af9cce29a2107c8;p=re2c - Make rpm creates both binary and source rpms now --- diff --git a/Makefile.am b/Makefile.am index 36d9a427..ab20a50e 100755 --- a/Makefile.am +++ b/Makefile.am @@ -33,7 +33,7 @@ dist-hook: re2c.spec rpm-files: $(bin_PROGRAMS) $(EXTRA_DIST) rpm: dist - rpmbuild -tb re2c-$(PACKAGE_VERSION).tar.gz + rpmbuild -ta re2c-$(PACKAGE_VERSION).tar.gz parser.cc: $(top_srcdir)/parser.y $(YACC) $(YFLAGS) $<