diff options
author | Jim Blandy <jimb@redhat.com> | 1992-02-15 22:18:37 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-02-15 22:18:37 +0000 |
commit | 36a8c287a8731587bec4810565df541176b86ce5 (patch) | |
tree | f2b6665281767ad92fe76ec8b30a6b062cd9f909 /Makefile.in | |
parent | 35e46c62b9fa31f0b3ed4b237c9d92f3020af52e (diff) | |
download | emacs-36a8c287a8731587bec4810565df541176b86ce5.tar.gz |
*** empty log message ***
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in index ec62fa31aa3..20e4300dc52 100644 --- a/Makefile.in +++ b/Makefile.in @@ -23,7 +23,7 @@ SHELL = /bin/sh # already, the `install' targets will move or copy it there. The # default definitions for the variables below are expressed in terms # of this one, so you may not need to change them. -LIBROOT=/u/src/emacs/19.0 +LIBROOT=/usr/local/emacs # This is where the `install' make target should place the binaries # people will want to run directly (like etags and Emacs itself). @@ -34,19 +34,19 @@ INSTALLBIN=/usr/local/bin # elisp files should go under DATADIR (below), since both elisp source # and compiled elisp are completely portable, but it's traditional to # give the lisp files their own subdirectory. -LISPPATH=/u/src/emacs/19.0/lisp +LISPPATH=/usr/local/emacs/local-lisp:/usr/local/emacs/lisp # Emacs will look here for its architecture-independent files (like # the tutorial and the zippy database). -DATADIR=/u/src/emacs/19.0/share-lib +DATADIR=/usr/local/emacs/share-lib # Emacs will look here for its architecture-dependent files, like # executables for its utilities. -LIBDIR=/u/src/emacs/19.0/arch-lib +LIBDIR=/usr/local/emacs/arch-lib # The locking directory, where the Emacs locking code keeps track of # which files are currently being edited. -LOCKDIR=/u/src/emacs/19.0/lock +LOCKDIR=/usr/local/emacs/lock # This is where the `install' make target should place the man pages # for the binaries it installs. |