Bug 2656

Summary: autoconf trigers total re-build
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Andrew Cagney <cagney>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2235    

Description Andrew Cagney 2006-05-12 14:11:04 UTC
Many of the generated files are dependant on Makefile, since they are generated
by code in Makefile; can weaken that.

Also the .jar is dependant on the .so when it just needs to depend on the
individual .java files.
Comment 1 Andrew Cagney 2006-05-12 14:11:32 UTC
Index: frysk-imports/common/ChangeLog
2006-05-12  Andrew Cagney  <cagney@redhat.com>

        * Makefile.rules (files.list): Remove dependency on
        lib${GEN_DIRNAME}.a.
        (.javain.java): Remove dependency on Makefile.
        ($(GEN_SOURCENAME)/Build.java): Ditto.
        (TestRunner.java): Ditto.
        ($(GEN_SOURCENAME)/JUnitTests.java): Ditto.
        (ecj/checked): Add $(GEN_DIRNAME).jar.