From 2ef5c61060c73908d1b3fa7ff1919cab65f61b80 Mon Sep 17 00:00:00 2001
From: cer <cer>
Date: Thu, 15 Apr 1993 15:08:00 +0000
Subject: [PATCH] Makefile.generic	Added echo-xm-ucl-xtras rule
 misc/xtsupport.c	Replaced #ifdef ultrix by #ifndef sparc
 uitils/lisp-utilities.lisp	Use excl::stack-allocated-p on lisps that
 provide it

---
 Makefile.generic | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile.generic b/Makefile.generic
index 22b1e505..687e6578 100644
--- a/Makefile.generic
+++ b/Makefile.generic
@@ -1,4 +1,4 @@
-# $fiHeader: Makefile.generic,v 1.7 93/04/07 09:06:22 cer Exp $
+# $fiHeader: Makefile.generic,v 1.8 93/04/08 13:17:13 colin Exp $
 #
 #  Makefile.generic for CLIM 2.0
 #
@@ -249,6 +249,8 @@ makeclimobjs	: $(CLIMOBJS)
 
 ################## Lower level Makefile stuff
 
+echo-xm-ucl-xtras: 
+	@echo $(PWD)/stub-x.o $(PWD)/clim-motif.o $(PWD)/xlibsupport.o $(PWD)/MyDrawingA.o $(PWD)/xtsupport.o   $(MOTIFLIB) $(XTLIB) $(XLIB) $(XMDCLXTRAS)
 
 ol-dcl	:  stub-x.o stub-xt.o clim-olit.o xlibsupport.o olsupport.o xtsupport.o  $(MALLOCOBJS)
 	cd $(CL_SRC) ; /bin/rm -f ucl ;\
-- 
GitLab