[postgis-tickets] r17099 - Build process needs presence of install: and uninstall: targets

Darafei komzpa at gmail.com
Mon Dec 3 02:16:34 PST 2018


Author: komzpa
Date: 2018-12-03 14:16:33 -0800 (Mon, 03 Dec 2018)
New Revision: 17099

Modified:
   trunk/liblwgeom/Makefile.in
Log:
Build process needs presence of install: and uninstall: targets

References #4260


Modified: trunk/liblwgeom/Makefile.in
===================================================================
--- trunk/liblwgeom/Makefile.in	2018-12-03 20:31:57 UTC (rev 17098)
+++ trunk/liblwgeom/Makefile.in	2018-12-03 22:16:33 UTC (rev 17099)
@@ -158,6 +158,10 @@
 
 all: liblwgeom.la
 
+install:
+
+uninstall:
+
 # Make all objects depend upon postgis_config.h and postgis_svn_revision.h
 $(LT_OBJS): ../postgis_config.h ../postgis_svn_revision.h $(SA_HEADERS)
 



More information about the postgis-tickets mailing list