summaryrefslogtreecommitdiff
path: root/xc/programs
diff options
context:
space:
mode:
authordpw <empty>1995-05-18 21:18:53 +0000
committerdpw <empty>1995-05-18 21:18:53 +0000
commit378afacf388f4455040da9edfa7a050353e06fda (patch)
treed369e47d85d564e5b25275d651a3d3dcb3746f8d /xc/programs
parent3ce382ef6fde499a7c03fcca6326fea3f3aca9e3 (diff)
XBUG 6724: Imakefile has trailing tabs that confuse imake/nmake
on WinNT.
Diffstat (limited to 'xc/programs')
-rw-r--r--xc/programs/Xserver/Xext/Imakefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/xc/programs/Xserver/Xext/Imakefile b/xc/programs/Xserver/Xext/Imakefile
index 69b65db13..331819a29 100644
--- a/xc/programs/Xserver/Xext/Imakefile
+++ b/xc/programs/Xserver/Xext/Imakefile
@@ -1,15 +1,15 @@
-XCOMM $XConsortium: Imakefile,v 5.38 94/04/08 17:47:15 rws Exp kaleb $
+XCOMM $XConsortium: Imakefile,v 5.39 94/11/21 18:30:11 kaleb Exp dpw $
#include <Server.tmpl>
#if HasShm
SHMSRCS = shm.c
SHMOBJS = shm.o
#endif
- SRCS = shape.c $(SHMSRCS) mbuf.c mbufpx.c mbufbf.c \
- mitmisc.c xtest.c xtest1di.c xtest1dd.c sleepuntil.c \
+ SRCS = shape.c $(SHMSRCS) mbuf.c mbufpx.c mbufbf.c \
+ mitmisc.c xtest.c xtest1di.c xtest1dd.c sleepuntil.c \
bigreq.c sync.c xcmisc.c
- OBJS = shape.o $(SHMOBJS) mbuf.o mbufpx.o mbufbf.o \
- mitmisc.o xtest.o xtest1di.o xtest1dd.o sleepuntil.o \
+ OBJS = shape.o $(SHMOBJS) mbuf.o mbufpx.o mbufbf.o \
+ mitmisc.o xtest.o xtest1di.o xtest1dd.o sleepuntil.o \
bigreq.o sync.o xcmisc.o
INCLUDES = -I../include -I$(INCLUDESRC) -I$(EXTINCSRC)
LINTLIBS = ../dix/llib-ldix.ln ../os/llib-los.ln