diff --git a/Makefile b/Makefile index 223834b..e9a8831 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS) $(EXTENSION)--$(EXTVERSION).sql: $(CDBSCRIPTS) cartodb_hooks.sql Makefile - echo "SET search_path TO cartodb,public,pg_catalog;" > $@ + : > $@ cat $(CDBSCRIPTS) | \ sed -e 's/\> $@