This reverts r16792, it looks like install rule requires PGXS..
git-svn-id: http://svn.osgeo.org/postgis/trunk@16793
b70326c6-7e19-0410-871a-
916f4a2858ee
distclean: clean
rm Makefile
+
+PGXS := @PGXS@
+include $(PGXS)
+PERL = @PERL@
distclean: clean
rm -f Makefile
+
+PGXS := $(shell $(PG_CONFIG) --pgxs)
+include $(PGXS)
+PERL = @PERL@
distclean: clean
rm -f Makefile
+
+PGXS := $(shell $(PG_CONFIG) --pgxs)
+include $(PGXS)
+PERL = @PERL@
distclean: clean
rm Makefile
+
+PGXS := $(shell $(PG_CONFIG) --pgxs)
+include $(PGXS)
+PERL = @PERL@
distclean: clean
rm Makefile
+
+PGXS := $(shell $(PG_CONFIG) --pgxs)
+include $(PGXS)
+PERL=@PERL@
distclean: clean
rm Makefile
+
+PGXS := $(shell $(PG_CONFIG) --pgxs)
+include $(PGXS)
+PERL=@PERL@