diff options
author | kaleb <empty> | 1995-06-29 18:53:00 +0000 |
---|---|---|
committer | kaleb <empty> | 1995-06-29 18:53:00 +0000 |
commit | 6f74fdf20f46aa03f4871a67fe8ef87d1391f6d1 (patch) | |
tree | 592b91989a90400d1203b8c19e30127fe22c7c33 /xc | |
parent | 0563977235c3378328fdd2559dd26405bec53c12 (diff) |
XBUG 7485
Diffstat (limited to 'xc')
-rw-r--r-- | xc/lib/X11/Imakefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/xc/lib/X11/Imakefile b/xc/lib/X11/Imakefile index 9e736e6fa..83557df16 100644 --- a/xc/lib/X11/Imakefile +++ b/xc/lib/X11/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.182 94/04/14 09:07:43 rws Exp mor $ +XCOMM $XConsortium: Imakefile,v 1.183 95/04/06 20:20:49 mor Exp kaleb $ #define DoNormalLib NormalLibX11 #define DoSharedLib SharedLibX11 #define DoDebugLib DebugLibX11 @@ -463,9 +463,7 @@ SRCS2 = \ Withdraw.c \ WMGeom.c \ WMProps.c \ - $(AUTHSRCS) \ - $(XDMAUTHSRCS) \ - $(K5SRCS) + $(AUTHSRCS) $(XDMAUTHSRCS) $(K5SRCS) OBJS2 = \ Macros.o \ |