From c78b9e92a18276571ac9463e84e7212082636466 Mon Sep 17 00:00:00 2001 From: Sean Linsley Date: Tue, 6 Aug 2024 11:29:37 -0500 Subject: [PATCH] Ensure update_source always works from a clean state --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a72d24a..7bf2582 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ $(LIBDIRGZ): mkdir -p $(LIB_TMPDIR) curl -o $(LIBDIRGZ) https://codeload.github.com/pganalyze/libpg_query/tar.gz/$(LIB_PG_QUERY_TAG) -update_source: $(LIBDIR) +update_source: clean $(LIBDIR) rm -f parser/*.{c,h} rm -fr parser/include # Reduce everything down to one directory