Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix implicit dependency on flite_voice_list.c (fixes #86) #92

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 23, 2023

  1. fix implicit dependency on flite_voice_list.c

    Also make flite_lang_list a proper rule, so that it only builds once.
    
    Both C files were repeatedly being clobbered, as were their respective
    object files.
    
    Convert flite_voice_list.c is into an explicit dependency with a creation
    rule. flite_voice_list.o continues to be implicit from flite_voice_list.c.
    
    Convert flite_lang_list into a similar, proper object rule.
    
    Fixes festvox#86
    barsnick committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    14aa285 View commit details
    Browse the repository at this point in the history