]> granicus.if.org Git - postgis/commitdiff
Fix deps of postgis on postgis_svn_revision.h, pgcommon and lwgeom
authorSandro Santilli <strk@keybit.net>
Tue, 24 Apr 2012 09:16:09 +0000 (09:16 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 24 Apr 2012 09:16:09 +0000 (09:16 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9655 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/Makefile.in

index 61c3b31c1ef9cdb80f761813602465290ce36ad6..4fabcbb0fd64dfd7b6426dfb4afda270652257f5 100644 (file)
@@ -119,8 +119,14 @@ endif
 #
 $(PG_OBJS): ../liblwgeom/.libs/liblwgeom.a ../libpgcommon/libpgcommon.a ../postgis_config.h ../postgis_svn_revision.h
 
-../svnrevision.h:
-       $(MAKE) -C .. svnrevision.h
+../postgis_svn_revision.h:
+       $(MAKE) -C .. postgis_svn_revision.h
+
+../liblwgeom/.libs/liblwgeom.a:
+       make -C ../liblwgeom liblwgeom.la
+
+../libpgcommon/libpgcommon.a:
+       make -C ../libpgcommon libpgcommon.a
 
 # Borrow the $libdir substitution from PGXS but customise by adding the version number
 %.sql: %.sql.in