Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c1d05286
Commit
c1d05286
authored
Mar 17, 2010
by
Glenn Morris
Browse files
* Makefile.in (dot): Remove, since ../ is used throughout the other Makefiles.
parent
17284745
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
leim/ChangeLog
leim/ChangeLog
+5
-0
leim/Makefile.in
leim/Makefile.in
+4
-7
No files found.
leim/ChangeLog
View file @
c1d05286
2010-03-18 Glenn Morris <rgm@gnu.org>
* Makefile.in (dot): Remove, since ../ is used throughout the
other Makefiles.
2010-03-10 Chong Yidong <cyd@stupidchicken.com>
* Branch for 23.2.
...
...
leim/Makefile.in
View file @
c1d05286
...
...
@@ -40,14 +40,11 @@ INSTALLDIR=$(DESTDIR)${datadir}/emacs/${version}/leim
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 @@ all: ${BUILT-EMACS} ${SUBDIRS} leim-list.el ${WORLD}
# 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 @@ MV_DIRS = for i in $$dir; do rm -fr `basename "$$i"` ; mv "$$i" . ; done
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
;
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment