Skip to content

Commit

Permalink
Reinstate CLEANFILES as DISTCLEANFILES, so a simple clean still works…
Browse files Browse the repository at this point in the history
… but distclean and maintainer-clean remove pkg_repos.h as expected.
  • Loading branch information
dag-erling committed Jun 27, 2014
1 parent c63bfb0 commit b7eb832
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pkgconfig_DATA= libpkg/pkg.pc

$(pkgconfig_DATA): config.status

DISTCLEANFILES= pkg_repos.h
EXTRA_DIST= docs
dist-hook:
rm -rf `find $(distdir)/external -type d -name .deps`
Expand Down

0 comments on commit b7eb832

Please sign in to comment.