Skip to content

Commit c78b9e9

Browse files
committed
Ensure update_source always works from a clean state
1 parent fdbe27d commit c78b9e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $(LIBDIRGZ):
3131
mkdir -p $(LIB_TMPDIR)
3232
curl -o $(LIBDIRGZ) https://codeload.github.com/pganalyze/libpg_query/tar.gz/$(LIB_PG_QUERY_TAG)
3333

34-
update_source: $(LIBDIR)
34+
update_source: clean $(LIBDIR)
3535
rm -f parser/*.{c,h}
3636
rm -fr parser/include
3737
# Reduce everything down to one directory

0 commit comments

Comments
 (0)