[postgis-devel] Re: trunk: ERROR on spatially-enabling a database
strk
strk at keybit.net
Wed Nov 26 05:16:16 PST 2008
On Wed, Nov 26, 2008 at 11:53:39AM +0000, Mark Cave-Ayland wrote:
> Applied. Please in future could you send patches as attachments rather
> than inline? Inline white-space is easily damaged in transit, and it's a
> pain to have to apply these things by hand ;)
Attached another patch to not call 'ar' if when needed
(another dependency issue, all internal to liblwgeom this time)
--strk;
-------------- next part --------------
Index: liblwgeom/Makefile.in
===================================================================
--- liblwgeom/Makefile.in (revision 3339)
+++ liblwgeom/Makefile.in (working copy)
@@ -42,7 +42,9 @@
lex.yy.o \
vsprintf.o
-all: $(SA_OBJS)
+all: liblwgeom.a
+
+liblwgeom.a: $(SA_OBJS)
ar rs liblwgeom.a $(SA_OBJS)
clean:
More information about the postgis-devel
mailing list