Path: utzoo!attcan!uunet!lll-winken!lll-crg.llnl.gov!casey From: casey@lll-crg.llnl.gov (Casey Leedom) Newsgroups: comp.windows.x Subject: Re: Small bug in util/imake.includes/Imake.rules Message-ID: <14522@lll-winken.llnl.gov> Date: 9 Dec 88 21:34:48 GMT References: <14520@lll-winken.llnl.gov> Sender: usenet@lll-winken.llnl.gov Reply-To: casey@lll-crg.llnl.gov.UUCP (Casey Leedom) Organization: Lawrence Livermore National Laboratory Lines: 22 Opps! A follow up to that last bug report. If you make the fix I indicated in Imake.rules, you also need to make the following fix to xload's Imakefile. Note that a similar fix is necessary for xperfmon's Imakefile. *** clients/xload/Imakefile-dist Thu Oct 13 13:45:17 1988 --- clients/xload/Imakefile Fri Dec 9 13:41:58 1988 *************** *** 3,8 **** SRCS = xload.c OBJS = xload.o ! INSTALLFLAGS = $(INSTKMEMFLAGS) ComplexProgramTarget(xload) --- 3,8 ---- SRCS = xload.c OBJS = xload.o ! INSTKMEMFLAGS = $(INSTKMEMFLAGS) ComplexProgramTarget(xload)