[comp.windows.x] BAD Imakefile under ibm8514 dir

kriso@NORTHSTAR5.DARTMOUTH.EDU (Kris Olander) (01/10/90)

------- Forwarded Message

Return-Path: kriso@northstar5.dartmouth.edu
Received: from dartvax.dartmouth.edu by expo.lcs.mit.edu; Wed, 10 Jan
90 08:45:37 EST
Received: from northstar5.dartmouth.edu by dartvax.dartmouth.edu (5.61D1/4.0HUB)
	id AA10978; Wed, 10 Jan 90 08:46:10 -0500
Received: by northstar5.dartmouth.edu (5.51/3.3LEAF)
	id AA01175; Wed, 10 Jan 90 08:43:02 EST
Date: Wed, 10 Jan 90 08:43:02 EST
From: kriso@northstar5.dartmouth.edu (Kris Olander)
Message-Id: <9001101343.AA01175@northstar5.dartmouth.edu>
To: jfc@athena.mit.edu
Subject: BAD Imakefile under ibm8514 dir
Cc: jim@expo.lcs.mit.edu, markf@northstar.dartmouth.edu,
        schwartz@shire.cs.psu.edu

John,

I started to build X11R4 yesterday and ran into a problem when
I ran 'make world'.  

The Imakefile in mit/server/ddx/ibm/ibm8514:

#include <Server.tmpl>

#ifdef AIXArchitecture
OBJS = ibm8514.o
#else
OBJS = ibm8514bsd.o
#endif

AllTarget($(OBJS))

ibm8514.o: ibm8514.o.Z
<sp><sp><sp><sp>$(RM) $@
...
...

The spaces, <sp>, above causes make to die with the following
output:

Make: Must be a separator on rules line 231.  Stop.


I changed the spaces in Imakefile to a single <tab> and
no errors where produced.

(Jim Fulton:  I'm not sure if anyone else has posted this to the
 X news group.  If not, could you just forward this to the 
 appropriate group(s)  Thanks)

				-Kris Olander
				 Sys. Eng.
				 Project NORTHSTAR
				 Dartmouth College

------- End of Forwarded Message