diff options
| author | Glenn Morris | 2010-05-16 16:31:05 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-16 16:31:05 -0700 |
| commit | da53fab92286d98b5a474ce9a5000f7f7ddf8c1c (patch) | |
| tree | 73ba6ccf982aa6a8e31b6511932041ffc5c3e7ad /src | |
| parent | 58dfab186f74e60211e0b58a117d8d7fa3309db8 (diff) | |
| download | emacs-da53fab92286d98b5a474ce9a5000f7f7ddf8c1c.tar.gz emacs-da53fab92286d98b5a474ce9a5000f7f7ddf8c1c.zip | |
Tweak ns_app*dir values set by configure.
* configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
* Makefile.in (install-arch-dep): Update for above change.
* src/Makefile.in (ns_appdir, ns_appbindir): Now configure adds the
trailing "/".
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 3 | ||||
| -rw-r--r-- | src/Makefile.in | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d731dd88a5c..81c0ba747cc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2010-05-16 Glenn Morris <rgm@gnu.org> | 1 | 2010-05-16 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (ns_appdir, ns_appbindir): Now configure adds the | ||
| 4 | trailing "/". | ||
| 5 | |||
| 3 | * Makefile.in (TEMACS_LDFLAGS2): New, set by configure. | 6 | * Makefile.in (TEMACS_LDFLAGS2): New, set by configure. |
| 4 | (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default. | 7 | (temacs${EXEEXT}): Combine the NS_IMPL_GNUSTEP case with the default. |
| 5 | 8 | ||
diff --git a/src/Makefile.in b/src/Makefile.in index fdb3976b940..b6a0e150cb1 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -224,8 +224,8 @@ MSDOS_SUPPORT_REAL = ${lispsource}ls-lisp.elc ${lispsource}disp-table.elc \ | |||
| 224 | ## $MSDOS_SUPPORT_REAL if MSDOS. | 224 | ## $MSDOS_SUPPORT_REAL if MSDOS. |
| 225 | MSDOS_SUPPORT = | 225 | MSDOS_SUPPORT = |
| 226 | 226 | ||
| 227 | ns_appdir=@ns_appdir@/ | 227 | ns_appdir=@ns_appdir@ |
| 228 | ns_appbindir=@ns_appbindir@/ | 228 | ns_appbindir=@ns_appbindir@ |
| 229 | ns_appsrc=@ns_appsrc@ | 229 | ns_appsrc=@ns_appsrc@ |
| 230 | NS_OBJ=@NS_OBJ@ | 230 | NS_OBJ=@NS_OBJ@ |
| 231 | NS_SUPPORT=@NS_SUPPORT@ | 231 | NS_SUPPORT=@NS_SUPPORT@ |