[AD] Fix bug #693855

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


Compiling Allegro with make -j2 aborts on Unix systems because of a missing 
dependency for src/misc/modexgfx.s in makefile.dep. The dependency generator 
misc/deplib.sh expects a specific include format in order to generate 
recursive dependencies which are necessary in this case.

Fixed thusly on trunk and branch.

Index: src/misc/modexgfx.s
===================================================================
RCS file: /cvsroot/alleg/allegro/src/misc/modexgfx.s,v
retrieving revision 1.5
diff -u -r1.5 modexgfx.s
--- src/misc/modexgfx.s 9 Dec 2001 00:20:27 -0000       1.5
+++ src/misc/modexgfx.s 3 Mar 2003 15:34:04 -0000
@@ -21,7 +21,7 @@
  */


-#include "src/i386/asmdefs.inc"
+#include "../i386/asmdefs.inc"


 .text

-- 
Eric Botcazou




Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/