diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2012-03-23 05:05:41 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2012-03-23 05:05:41 +0000 |
commit | 0a9bc462743e68f6d4d3a37d1540232cd7832f8c (patch) | |
tree | 45004f3d79f1f78977e5f97e9d29ec841919355a /Makefile | |
parent | 2d475df79f4cb4783d56f2ecefe6c90b4919522c (diff) | |
download | mandoc-0a9bc462743e68f6d4d3a37d1540232cd7832f8c.tar.gz |
Remove some Mac OS crap in the Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 16 |
1 files changed, 10 insertions, 6 deletions
@@ -453,12 +453,16 @@ clean: rm -f config.h config.log $(COMPAT_OBJS) $(COMPAT_LNS) rm -f mdocml.tar.gz mdocml-win32.zip mdocml-win64.zip mdocml-macosx.zip rm -f index.html $(INDEX_OBJS) - rm -rf test-fgetln.DSYM - rm -rf test-strlcpy.DSYM - rm -rf test-strlcat.DSYM - rm -rf test-strptime.DSYM - rm -rf test-mmap.DSYM - rm -rf test-getsubopt.DSYM + rm -rf test-fgetln.dSYM + rm -rf test-strlcpy.dSYM + rm -rf test-strlcat.dSYM + rm -rf test-strptime.dSYM + rm -rf test-mmap.dSYM + rm -rf test-getsubopt.dSYM + rm -rf apropos.dSYM + rm -rf catman.dSYM + rm -rf mandocdb.dSYM + rm -rf whatis.dSYM install: all mkdir -p $(DESTDIR)$(BINDIR) |