From 2ed7d3c77b7f42c49432a43d9cc534821cf30927 Mon Sep 17 00:00:00 2001 From: kramm Date: Wed, 26 Mar 2008 13:03:05 +0000 Subject: [PATCH] fixed order of objects in librfxswf.a --- lib/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Makefile.in b/lib/Makefile.in index 30b6a33..7cd3e7b 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -129,8 +129,8 @@ libbase$(A): $(base_objects) Makefile libgfx$(A): $(gfx_objects) $(art_objects) Makefile $(AR) r libgfx$(A) $(gfx_objects) $(art_objects) -librfxswf$(A): Makefile rfxswf.$(O) $(rfxswf_objects) drawer.$(O) MD5.$(O) $(lame_objects) $(h263_objects) $(actioncompiler_objects) Makefile - $(AR) r librfxswf$(A) rfxswf.$(O) $(rfxswf_objects) drawer.$(O) MD5.$(O) $(lame_objects) $(h263_objects) $(actioncompiler_objects) +librfxswf$(A): Makefile $(rfxswf_objects) rfxswf.$(O) drawer.$(O) MD5.$(O) $(lame_objects) $(h263_objects) $(actioncompiler_objects) Makefile + $(AR) r librfxswf$(A) $(rfxswf_objects) rfxswf.$(O) drawer.$(O) MD5.$(O) $(lame_objects) $(h263_objects) $(actioncompiler_objects) $(RANLIB) librfxswf$(A) libpdf$(A): pdf/GFXOutputDev.cc pdf/GFXOutputDev.h pdf/pdf.cc pdf/pdf.h -- 1.7.10.4