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

'make distclean' fails. #28

Closed
alkuna opened this issue Mar 10, 2017 · 1 comment
Closed

'make distclean' fails. #28

alkuna opened this issue Mar 10, 2017 · 1 comment
Assignees

Comments

@alkuna
Copy link

alkuna commented Mar 10, 2017

  • Steps to Reproduce:
    Follow instructions on installation from the source
    ./configure
    make
    make dist
    
    ...
    make distclean
    
  • Actual Result:
    rm: nelze odstranit *'omgf.sh'*: Adresář nebo soubor neexistuje
    Makefile:160: návod pro cíl „distclean“ selhal
    make: *** [distclean] Chyba 1
    
  • Possible fix:
    Replace
    distclean:
          @ rm *.tar.gz
          @ rm $(PROGSINGLE)
    
    with
    distclean:
          @ rm *.tar.gz
          @ rm $(PROG)
    
    at the end of Makefile.
@petrzpav
Copy link
Member

Thanks for your report. The error is fixed in the new version v2.0.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants