aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>2008-02-11 05:34:40 +0000
committerKenichi Handa <[email protected]>2008-02-11 05:34:40 +0000
commit6e76043fb4a5c13f1146f9b776fe31351b216855 (patch)
tree16d7bd5f39be8cbfd2a93939f162d1453a585cde /src
parent61523a7c4090576ccc812e3328bf18aa9ea9ecec (diff)
(${lispsource}international/charprop.el): Delete
this target.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog3
-rw-r--r--src/Makefile.in10
2 files changed, 3 insertions, 10 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4ebf101dee..04babe01a1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
2008-02-11 Kenichi Handa <[email protected]>
+ * Makefile.in (${lispsource}international/charprop.el): Delete
+ this target.
+
* search.c (boyer_moore): Fix incorrect synching of the trunk and
emacs-unicode-2.
diff --git a/src/Makefile.in b/src/Makefile.in
index c7eda0fe1b..5c020054b1 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -973,16 +973,6 @@ ${etc}DOC: ${libsrc}make-docfile${EXEEXT} ${obj} ${shortlisp} ${SOME_MACHINE_LIS
${libsrc}make-docfile${EXEEXT}:
cd ${libsrc}; ${MAKE} ${MFLAGS} make-docfile${EXEEXT}
-#ifdef HAVE_UNIDATA
-UNIDATA=${admindir}unidata/UnicodeData.txt
-
-${lispsource}international/charprop.el: temacs${EXEEXT} ${UNIDATA}
- RUNEMACS="$(RUN_TEMACS)"; \
- cd ${admindir}unidata; \
- $(MAKE) $(MFLAGS) \
- RUNEMACS="$${RUNEMACS}" DSTDIR=${lispsource}international
-#endif
-
temacs${EXEEXT}: $(LOCALCPP) $(STARTFILES) stamp-oldxmenu ${obj} ${otherobj} OBJECTS_MACHINE prefix-args${EXEEXT}
echo "${obj} ${otherobj} " OBJECTS_MACHINE > buildobj.lst
$(LD) YMF_PASS_LDFLAGS (${STARTFLAGS} ${TEMACS_LDFLAGS}) $(LDFLAGS) \