Changeset 582


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

Fix for ticket #470 (incomplete distclean).

Location:
trunk
Files:
2 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)
  • trunk/docs/Changelog

    r581 r582  
     14.5.2
     2        * add missing items to distclean Makefile target (problem
     3        reported by Pascal de Bruijn)
     4
    154.5.1  (08-09-2024):
    26        * fix for regression in SHELL option for log file monitoring
Note: See TracChangeset for help on using the changeset viewer.