From: Richard M. Stallman Date: Sat, 23 Apr 1994 05:57:42 +0000 (+0000) Subject: (alloca.o): Use config_h. X-Git-Tag: emacs-19.34~8808 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2a3c6d1150e2d6be659f0a05353b5bae0661f7d5;p=emacs.git (alloca.o): Use config_h. (config_h): Use M_FILE and S_FILE. (S_FILE, M_FILE): New variables hold names of config files. --- 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