2016-02-12 11:04:30 +00:00
|
|
|
---
|
|
|
|
Makefile | 2 --
|
|
|
|
1 file changed, 2 deletions(-)
|
|
|
|
|
2007-06-03 19:25:29 +00:00
|
|
|
--- Makefile
|
2016-02-12 11:04:30 +00:00
|
|
|
+++ Makefile 2016-02-12 10:35:12.834477699 +0000
|
2022-10-07 11:48:14 +00:00
|
|
|
@@ -340,7 +340,6 @@ install-basic:
|
2007-06-03 19:25:29 +00:00
|
|
|
@. ./config.sh; \
|
|
|
|
set -x; \
|
2016-02-12 11:04:30 +00:00
|
|
|
cd $(DESTDIR)$$BINDIR; \
|
2007-06-03 19:25:29 +00:00
|
|
|
- strip ispell$$EXEEXT; \
|
|
|
|
chmod 755 ispell$$EXEEXT
|
|
|
|
@. ./config.sh; \
|
|
|
|
set -x; \
|
2022-10-07 11:48:14 +00:00
|
|
|
@@ -400,7 +399,6 @@ install-dictbuild:
|
2007-06-03 19:25:29 +00:00
|
|
|
@. ./config.sh; \
|
|
|
|
set -x; \
|
2016-02-12 11:04:30 +00:00
|
|
|
cd $(DESTDIR)$$BINDIR; \
|
2007-06-03 19:25:29 +00:00
|
|
|
- strip buildhash$$EXEEXT icombine$$EXEEXT ijoin$$EXEEXT; \
|
|
|
|
chmod 755 buildhash$$EXEEXT icombine$$EXEEXT ijoin$$EXEEXT \
|
|
|
|
munchlist findaffix tryaffix
|
|
|
|
@. ./config.sh; \
|