diff --git a/sql/Makefile b/sql/Makefile --- a/sql/Makefile +++ b/sql/Makefile @@ -16,9 +16,7 @@ createdb: createdb-stamp createdb-stamp: $(SQL_FILES) -ifeq ($(PIFPAF),) -dropdb $(PGDATABASE) -endif createdb $(PGDATABASE) ifeq ($(PIFPAF),) touch $@