Skip to content

Commit

Permalink
build: Remove ChangeLog from make distclean.
Browse files Browse the repository at this point in the history
Adding this causes 'make dist' to fail with:

  make[1]: *** No rule to make target 'ChangeLog', needed by 'distdir'.  Stop.

This updates commit a2edda2.
  • Loading branch information
rwmjones committed Nov 13, 2015
1 parent c2d216d commit 9dc4717
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile.am
Expand Up @@ -347,9 +347,6 @@ clean-local:
-find . -name '*.bak' -delete
-find . -name '*.orig' -delete

DISTCLEANFILES = \
ChangeLog

# If you don't want to run all of the tests ('make check') then this
# will just run libguestfs-test-tool for a quick check. Note this
# is NOT a substitute for proper testing!
Expand Down

0 comments on commit 9dc4717

Please sign in to comment.