projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c78ca81
)
Fix the case of the MacOS X dSYM directories.
author
Ken Hornstein
<kenh@pobox.com>
Sun, 6 May 2012 17:41:07 +0000
(13:41 -0400)
committer
Ken Hornstein
<kenh@pobox.com>
Sun, 6 May 2012 17:41:07 +0000
(13:41 -0400)
.gitignore
patch
|
blob
|
history
Makefile.am
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
c880284
..
54a8127
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-35,7
+35,7
@@
# Removed by clean:
/RPM/
-a.out.DSYM/
+a.out.dSYM/
/config/version.c
/etc/mhn.defaults
/etc/mts.conf
diff --git
a/Makefile.am
b/Makefile.am
index
bacc263
..
7f6b922
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-81,7
+81,7
@@
DISTCHECK_CONFIGURE_FLAGS = DISABLE_SETGID_MAIL=1
CLEANFILES = config/version.c sbr/sigmsg.h etc/mts.conf etc/sendfiles \
etc/mhn.defaults man/man.sed man/mh-chart.man $(man_MANS)
clean-local:
- @rm -rf RPM a.out.DSYM uip/a.out.DSYM
+ @rm -rf RPM a.out.dSYM uip/a.out.dSYM
@rm -rf test/testdir
##