Bug 1942 - make dist requires antlr
Summary: make dist requires antlr
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 2235
  Show dependency treegraph
 
Reported: 2005-11-28 18:44 UTC by Andrew Cagney
Modified: 2006-01-31 16:01 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2005-11-28 18:44:28 UTC
make dist tries to generate the antlr output, which in turn means that antlr is
required.
Comment 1 Andrew Cagney 2005-11-28 18:45:20 UTC
Index: ChangeLog
2005-11-28  Andrew Cagney  <cagney@redhat.com>

        * Makefile.am (ANTLR): Define.  Do not include
        frysk/expr/Makefile.inc
        (EXTRA_DIST): Delete frysk/expr/cpp.g and frysk/expr/*.sed.

Index: common/ChangeLog
2005-11-28  Andrew Cagney  <cagney@redhat.com>

        * Makefile.gen.sh (GEN_NODIST): Define.
        (.g): For .g files generate BUILT_SOURCES, GEN_NODIST, CLEANFILES,
        and rule.

Index: frysk/expr/ChangeLog
2005-11-28  Andrew Cagney  <cagney@redhat.com>

        * Makefile.inc: Delete, handled by Makefile.gen.sh.