Mercurial > emacs
diff src/ChangeLog @ 110905:158de1f7d257
Pass CFLAGS to the linker.
* configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
* lib-src/Makefile.in (PROFILING_LDFLAGS): Remove, not needed.
* msdos/sed1v2.inp (PROFILING_LDFLAGS):
* msdos/sed3v2.inp (PROFILING_LDFLAGS): Remove, not defined anymore.
* src/Makefile.in (temacs): Use $(ALL_CFLAGS) on the link line.
(PROFILING_LDFLAGS): Remove, not needed anymore.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sun, 10 Oct 2010 08:35:04 -0700 |
parents | e887f48abae5 |
children | b9752b72e1ee |
line wrap: on
line diff
--- a/src/ChangeLog Sun Oct 10 07:47:43 2010 -0700 +++ b/src/ChangeLog Sun Oct 10 08:35:04 2010 -0700 @@ -1,5 +1,8 @@ 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu> + * Makefile.in (temacs): Use $(ALL_CFLAGS) on the link line. + (PROFILING_LDFLAGS): Remove, not needed anymore. + * Makefile.in: Use $(...) everywhere instead of ${...} (CRT_DIR): Move near potential user. (START_FILE): Move near CRT_DIR, it might use it.