summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/dri/Makefile.template
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/winsys/dri/Makefile.template')
-rw-r--r--src/gallium/winsys/dri/Makefile.template5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gallium/winsys/dri/Makefile.template b/src/gallium/winsys/dri/Makefile.template
index 65a93bd53e..3bc1fdd4d4 100644
--- a/src/gallium/winsys/dri/Makefile.template
+++ b/src/gallium/winsys/dri/Makefile.template
@@ -25,8 +25,9 @@ WINOBJ=
WINLIB=
INCLUDES = $(SHARED_INCLUDES) $(EXPAT_INCLUDES)
-OBJECTS = $(C_SOURCES:.c=.o) \
- $(ASM_SOURCES:.S=.o)
+OBJECTS = \
+ $(C_SOURCES:.c=.o) \
+ $(ASM_SOURCES:.S=.o)
else
# miniglx