diff options
author | dfr <dfr> | 2000-05-07 13:11:44 +0000 |
---|---|---|
committer | dfr <dfr> | 2000-05-07 13:11:44 +0000 |
commit | 024193086cebfad13650f477c3c27638226a3167 (patch) | |
tree | 3b58d593ee1d3305280c7da955d41e157833677d /xc | |
parent | d159a8b55c0f70194ab1ab76ee828f52c2a46f8a (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/Imakefile | 4 |
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 $< >$@ |