projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
924044c
)
Added clean-local target to remove RPM directory.
author
David Levine
<levinedl@acm.org>
Fri, 27 Jan 2012 04:36:17 +0000
(22:36 -0600)
committer
David Levine
<levinedl@acm.org>
Fri, 27 Jan 2012 04:36:17 +0000
(22:36 -0600)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
bb22f5a
..
65fd867
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-35,6
+35,8
@@
auxexecdir = @libdir@
##
CLEANFILES = config/version.c sbr/sigmsg.h etc/mts.conf etc/sendfiles \
etc/mhn.defaults man/man.sed $(man_MANS)
+clean-local:
+ @rm -rf RPM
##
## Stuff that should be cleaned via "make maintainer-clean"