Skip to content

Commit

Permalink
Merge pull request #14 from hydradatabase/jd/fix-auto-git-submodule-init
Browse files Browse the repository at this point in the history
Makefile: use the Makefile from duckdb for the git submodule update target
  • Loading branch information
wuputah committed Apr 18, 2024
2 parents b5aee0c + 54982df commit d4ffc83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ all: duckdb $(OBJS)

include $(PGXS)

duckdb: third_party/duckdb third_party/duckdb/build/$(QUACK_BUILD_DUCKDB)/src/$(DUCKDB_LIB)
duckdb: third_party/duckdb/Makefile third_party/duckdb/build/$(QUACK_BUILD_DUCKDB)/src/$(DUCKDB_LIB)

third_party/duckdb:
third_party/duckdb/Makefile:
git submodule update --init --recursive

third_party/duckdb/build/$(QUACK_BUILD_DUCKDB)/src/$(DUCKDB_LIB):
Expand Down

0 comments on commit d4ffc83

Please sign in to comment.