Fixed installation when make is not run before make install on Windows [skip ci]

This commit is contained in:
Andrew Kane
2024-07-24 02:09:32 -07:00
parent c7ca7f05de
commit 19215317a4

View File

@@ -51,7 +51,7 @@ $(SHLIB): $(OBJS)
all: $(SHLIB)
install:
install: all
copy $(SHLIB) "$(PKGLIBDIR)"
copy $(EXTENSION).control "$(SHAREDIR)\extension"
copy sql\$(EXTENSION)--*.sql "$(SHAREDIR)\extension"