# HG changeset patch # User Jim Blandy # Date 733031498 0 # Node ID a0505f85e69d67a378e36b59d3f2699d4ae4f364 # Parent b1c74a8a020b00b50c38fbb222d6d16b4daf39f0 * Makefile.in (C_SWITCH_SYSTEM): New variable. (CFLAGS): Include C_SWITCH_SYSTEM in the flags to pass to the compiler. diff -r b1c74a8a020b -r a0505f85e69d lib-src/Makefile.in --- 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}