From 2a3c6d1150e2d6be659f0a05353b5bae0661f7d5 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 23 Apr 1994 05:57:42 +0000 Subject: [PATCH] (alloca.o): Use config_h. (config_h): Use M_FILE and S_FILE. (S_FILE, M_FILE): New variables hold names of config files. --- src/Makefile.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index 94c4c50a25f..4659b35f0eb 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -40,7 +40,11 @@ shortnamesdir = $(dot)$(dot)/shortnames/ cppdir = $(dot)$(dot)/cpp/ oldXMenudir = $(dot)$(dot)/oldXMenu/ lwlibdir = $(dot)$(dot)/lwlib/ -config_h = config.h + +/* Configuration files for .o files to depend on. */ +M_FILE = ${srcdir}/@machfile@ +S_FILE = ${srcdir}/@opsysfile@ +config_h = config.h $(M_FILE) $(S_FILE) CPPFLAGS= LDFLAGS= @@ -704,7 +708,7 @@ alloca.o : alloca.c $(ALL_CFLAGS) ${srcdir}/alloca.c #else #ifndef HAVE_ALLOCA -alloca.o : alloca.s config.h +alloca.o : alloca.s $(config_h) /* $(CPP) is cc -E, which may get confused by filenames that do not end in .c. So copy file to a safe name. */ cp ${srcdir}/alloca.s allocatem.c -- 2.39.5