summaryrefslogtreecommitdiff
path: root/textproc/ispell/patches/patch-ab
blob: 1f352c6f6e865846d90466c3f25195242083e2d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
--- Makefile.orig	Thu Oct 12 20:04:06 1995
+++ Makefile	Wed Jun  4 05:05:47 1997
@@ -253,7 +253,7 @@
 	    set -ex; \
 	    rm -f $$ELISPDIR/ispell.el; \
 	    $$INSTALL ispell.el $$ELISPDIR; \
-	    if sh iwhich $$EMACS >/dev/null; then \
+	    if sh iwhich ___XXX___$$EMACS >/dev/null; then \
 		echo '(byte-compile-file "'"$$ELISPDIR/ispell.el"'")' \
 		  > /tmp/emi$$$$; \
 		$$EMACS -batch -l /tmp/emi$$$$; \
@@ -508,7 +508,7 @@
 local.h:
 	set +e; [ -r local.h ]  ||  cp local.h.samp local.h
 
-msgs.h:	config.sh FRC
+msgs.h:	config.sh 
 	@. ./config.sh; \
 	  set $(SHELLDEBUG); \
 	  set +e; \
@@ -522,7 +522,8 @@
 	  else \
 	    set -x; \
 	    rm -f msgs.h; ln $$msgs msgs.h  ||  cp $$msgs msgs.h; \
-	  fi
+	  fi; \
+	touch msgs.h
 
 FRC: