View | Details | Raw Unified | Return to bug 149735 | Differences between
and this patch

Collapse All | Expand All

(-)files/patch-Makefile.in (+11 lines)
Line 0 Link Here
1
--- libpolyml/Makefile.in.orig	2009-10-06 01:14:17.000000000 -0700
2
+++ libpolyml/Makefile.in	2010-08-16 14:31:38.000000000 -0700
3
@@ -744,7 +744,7 @@
4
 
5
 # Special rule for x86 assembly code.
6
 x86asmtemp.S: x86asm.asm
7
-	sed -f $(srcdir)/masm2gas <  $< > $@ || { rm -f $@; false; }
8
+	sed -f $(srcdir)/masm2gas <  x86asm.asm > $@ || { rm -f $@; false; }
9
 
10
 # Special rule for Power PC.  This is needed because of pecularities with MAC OS X.
11
 ppcasmtemp.s: power_assembly.S

Return to bug 149735