Fix the case of the MacOS X dSYM directories.
authorKen Hornstein <kenh@pobox.com>
Sun, 6 May 2012 17:41:07 +0000 (13:41 -0400)
committerKen Hornstein <kenh@pobox.com>
Sun, 6 May 2012 17:41:07 +0000 (13:41 -0400)
.gitignore
Makefile.am

index c880284..54a8127 100644 (file)
@@ -35,7 +35,7 @@
 
 # Removed by clean:
 /RPM/
-a.out.DSYM/
+a.out.dSYM/
 /config/version.c
 /etc/mhn.defaults
 /etc/mts.conf
index bacc263..7f6b922 100644 (file)
@@ -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
 
 ##