[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r99681: * Makefile.in (dot): Remove,
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r99681: * Makefile.in (dot): Remove, since ../ is used throughout the other Makefiles. |
Date: |
Wed, 17 Mar 2010 23:33:39 -0700 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 99681
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2010-03-17 23:33:39 -0700
message:
* Makefile.in (dot): Remove, since ../ is used throughout the other Makefiles.
modified:
leim/ChangeLog
leim/Makefile.in
=== modified file 'leim/ChangeLog'
--- a/leim/ChangeLog 2010-03-10 15:17:13 +0000
+++ b/leim/ChangeLog 2010-03-18 06:33:39 +0000
@@ -1,3 +1,8 @@
+2010-03-18 Glenn Morris <address@hidden>
+
+ * Makefile.in (dot): Remove, since ../ is used throughout the
+ other Makefiles.
+
2010-03-10 Chong Yidong <address@hidden>
* Branch for 23.2.
=== modified file 'leim/Makefile.in'
--- a/leim/Makefile.in 2010-01-13 08:35:10 +0000
+++ b/leim/Makefile.in 2010-03-18 06:33:39 +0000
@@ -40,14 +40,11 @@
GZIP_PROG = @GZIP_PROG@
-# On IBM RS6000, double-dot gets screwed up.
-dot = .
-
# Which Emacs to use to convert TIT files to Emacs Lisp files,
# byte-compile Emacs Lisp files, and generate the file leim-list.el.
-BUILT-EMACS = ${dot}${dot}/src/emacs
+BUILT-EMACS = ../src/emacs
-buildlisppath=${srcdir}/${dot}${dot}/lisp
+buildlisppath=${srcdir}/../lisp
# How to run Emacs.
RUN-EMACS = EMACSLOADPATH=$(buildlisppath) LC_ALL=C \
@@ -161,7 +158,7 @@
# To ensure that we can run Emacs. This target is ignored (never
# being hit) if a user changes default value of EMACS.
-${dot}${dot}/src/emacs:
+../src/emacs:
cd ../src; ${MAKE} ${MFLAGS} emacs
${SUBDIRS}:
@@ -224,7 +221,7 @@
install: all
if [ ! -d ${INSTALLDIR} ] ; then \
- umask 022; ${srcdir}/${dot}${dot}/mkinstalldirs ${INSTALLDIR}; \
+ umask 022; ${srcdir}/../mkinstalldirs ${INSTALLDIR}; \
else true; fi
if [ x`(cd ${INSTALLDIR} && /bin/pwd)` != x`(/bin/pwd)` ] ; then \
rm -f ${INSTALLDIR}/leim-list.el; \
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r99681: * Makefile.in (dot): Remove, since ../ is used throughout the other Makefiles.,
Glenn Morris <=