Changeset 582 for trunk/Makefile.in


Ignore:
Timestamp:
Nov 6, 2024, 8:00:55 PM (7 days ago)
Author:
katerina
Message:

Fix for ticket #470 (incomplete distclean).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.in

    r567 r582  
    394394        test_ext test_ext.c test_ext.res testhash.tmp \
    395395        testrc1.signed testrc_1ext testrc_2 testrc_2.signed \
    396         test_dnmalloc
     396        test_dnmalloc samhainrc yulerc
    397397
    398398distclean:  clean
    399         -rm -f config.status config.log configure.lineno config.h config.cache
     399        -rm -f config.status config.log configure.lineno config.h config.cache stamp-dep stamp-h @install_name@rc
    400400        @-test -z "$(TESTCLEANFILES)" || rm -f $(TESTCLEANFILES)
    401401        @-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
Note: See TracChangeset for help on using the changeset viewer.