summaryrefslogtreecommitdiff
path: root/xc/lib/GL/glx/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'xc/lib/GL/glx/Imakefile')
-rw-r--r--xc/lib/GL/glx/Imakefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/xc/lib/GL/glx/Imakefile b/xc/lib/GL/glx/Imakefile
index 43ca2699d..e844375b9 100644
--- a/xc/lib/GL/glx/Imakefile
+++ b/xc/lib/GL/glx/Imakefile
@@ -31,7 +31,7 @@ XCOMM SUBDIRS = \
XCOMM glu \
XCOMM glw
-# Files from Mesa
+/* Files from Mesa */
LinkSourceFile(glapi.c, $(MESASRCDIR)/src/mesa/glapi)
LinkSourceFile(glthread.c, $(MESASRCDIR)/src/mesa/glapi)
@@ -42,10 +42,10 @@ LinkSourceFile(glapi_x86.S, $(MESASRCDIR)/src/mesa/x86)
LinkSourceFile(glapi_sparc.S, $(MESASRCDIR)/src/mesa/sparc)
#endif
-
-# Maybe some of these could come from
-# xc/extras/ogl-sample/main/glx/lib at some point.
-
+/*
+ * Maybe some of these could come from
+ * xc/extras/ogl-sample/main/glx/lib at some point.
+ */
GLX_SRCS = \
clientattrib.c \
compsize.c \