]> git.openstreetmap.org Git - nominatim.git/blobdiff - module/Makefile
Fix coding style.
[nominatim.git] / module / Makefile
index 0fdb2daa46a78c09346636f673f951b1ffeeb6cd..783a6602b628c099ed25478e3553cc57e3e68e72 100644 (file)
@@ -1,4 +1,8 @@
 MODULES = nominatim
-PGXS := $(shell pg_config --pgxs)
 include $(PGXS)
 
+all:
+       chmod 755 nominatim.so
+
+install:
+       @echo Library does not need to be installed.