diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-12-07 22:28:53 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-12-07 22:28:53 -0800 |
commit | e0ac2ea8b211bdca848679ee59362384f0f97e36 (patch) | |
tree | 8231bf90e055d66c9c46ceaed2963572ee2507e2 | |
parent | 345633dc9c79b32a1b391dfb4dfedf87ae9e291b (diff) |
Fix make distcheck (./util/makestrs.1 left after distclean)
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r-- | util/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/Makefile.am b/util/Makefile.am index a11d4dc..892bd80 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -22,7 +22,7 @@ appman_PRE = makestrs.man noinst_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@) EXTRA_DIST += $(appman_PRE) -CLEANFILES = $(appman_DATA) +CLEANFILES = $(appman_DATA) $(noinst_DATA) SED = sed |