Mercurial > emacs
changeset 2362:a0505f85e69d
* Makefile.in (C_SWITCH_SYSTEM): New variable.
(CFLAGS): Include C_SWITCH_SYSTEM in the flags to pass to the
compiler.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Thu, 25 Mar 1993 03:51:38 +0000 |
parents | b1c74a8a020b |
children | 64dadcfcdf68 |
files | lib-src/Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/Makefile.in Thu Mar 25 03:51:20 1993 +0000 +++ b/lib-src/Makefile.in Thu Mar 25 03:51:38 1993 +0000 @@ -16,6 +16,7 @@ CC=cc CONFIG_CFLAGS=-g +C_SWITCH_SYSTEM= LOADLIBES= version=version-not-set configname=configuration-name-not-set @@ -99,7 +100,7 @@ ### Some other files - those shared with other GNU utilities - need ### HAVE_CONFIG_H #defined before they know they can take advantage of ### the information in ../src/config.h. -CFLAGS=${CONFIG_CFLAGS} -Demacs -DHAVE_CONFIG_H -I../src +CFLAGS=${CONFIG_CFLAGS} ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H -I../src all: ${EXECUTABLES}