]> granicus.if.org Git - postgis/commitdiff
Build process needs presence of install: and uninstall: targets
authorDarafei Praliaskouski <me@komzpa.net>
Mon, 3 Dec 2018 22:16:33 +0000 (22:16 +0000)
committerDarafei Praliaskouski <me@komzpa.net>
Mon, 3 Dec 2018 22:16:33 +0000 (22:16 +0000)
References #4260

git-svn-id: http://svn.osgeo.org/postgis/trunk@17099 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/Makefile.in

index 017266f3fc6fff36e707370ab6c7ba10549ad820..5b1cb39f3f739ee5cea7a560832035c11de656fa 100644 (file)
@@ -158,6 +158,10 @@ SA_HEADERS = \
 
 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)