From 41de7f36ddcbc39ca1af6eae3fda37aeabc9a0cc Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 9 Dec 1996 23:26:39 +0000 Subject: [PATCH] *** empty log message *** --- qt/ChangeLog | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/qt/ChangeLog b/qt/ChangeLog index 1ce8f34e4..869a97e87 100644 --- a/qt/ChangeLog +++ b/qt/ChangeLog @@ -1,6 +1,13 @@ -Mon Dec 9 12:39:14 1996 Anthony Green +Mon Dec 9 17:55:59 1996 Jim Blandy - * Makefile.am: Added missing -c options for qtmds.o and qrmdc.o. + We need to name the object files produced from the + machine-dependent C and assembler files qtmds.o and qtmdc.o, but + using -c and -o together on the cc command line isn't portable. + * configure.in: Generate the names of the .o files here, and + substitute them into Makefile. + * Makefile.am (qtmds.o, qtmdc.o): Let CC name them what it wants, + and then rename them when it's done. + (configure, Makefile.in): Regenerated. Sat Nov 30 23:59:06 1996 Tom Tromey