Commits
Zero King authored a966c3ddda4
1 + | --- Makefile.orig 2015-02-08 09:10:54.000000000 +0000 |
2 + | +++ Makefile 2017-11-19 12:30:00.000000000 +0000 |
3 + | |
4 + | cd $(DESTDIR)$$LIBDIR; \ |
5 + | if [ $$MASTERHASH != $$DEFHASH ]; then \ |
6 + | rm -f $$DEFHASH; \ |
7 + | - $$LINK -s $(DESTDIR)$$MASTERHASH $$DEFHASH; \ |
8 + | + $$LINK -s $$LIBDIR/$$MASTERHASH $$DEFHASH; \ |
9 + | fi |
10 + | |
11 + | munchable: findaffix tryaffix munchlist buildhash ispell icombine |