summaryrefslogtreecommitdiff
path: root/xc
diff options
context:
space:
mode:
authordfr <dfr>2000-05-07 13:11:44 +0000
committerdfr <dfr>2000-05-07 13:11:44 +0000
commit024193086cebfad13650f477c3c27638226a3167 (patch)
tree3b58d593ee1d3305280c7da955d41e157833677d /xc
parentd159a8b55c0f70194ab1ab76ee828f52c2a46f8a (diff)
Remove the rule which builds x86a.S from x86a.S.m4 since x86a.S is a
symlink to a file in the Mesa tree which shouldn't be overwritten. Also, the BSD m4 is not able to compile x86a.S.m4.
Diffstat (limited to 'xc')
-rw-r--r--xc/lib/GL/mesa/src/X86/Imakefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/xc/lib/GL/mesa/src/X86/Imakefile b/xc/lib/GL/mesa/src/X86/Imakefile
index 858f0cd73..3b743961e 100644
--- a/xc/lib/GL/mesa/src/X86/Imakefile
+++ b/xc/lib/GL/mesa/src/X86/Imakefile
@@ -118,7 +118,3 @@ ObjectFromAsmSource(vertex, NullParameter)
ObjectFromAsmSource(x86a, NullParameter)
DependTarget()
-
-x86a.S: x86flatregs.m4
-x86a.S: x86a.S.m4
- m4 $< >$@