X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/4e6d729529c94486a50cf135dfbbdcf841790200..8cef62cd2cec4a297e46b4f2a86c9afeadb3b283:/db/functions/Makefile diff --git a/db/functions/Makefile b/db/functions/Makefile index 3fa4ae526..9388e2d23 100644 --- a/db/functions/Makefile +++ b/db/functions/Makefile @@ -16,7 +16,7 @@ all: ${DESTDIR}/libpgosm.so clean: $(RM) ${DESTDIR}/*.so ${DESTDIR}/*.o -${DESTDIR}/libpgosm.so: ${DESTDIR}/quadtile.o ${DESTDIR}/xid_to_int4.o +${DESTDIR}/libpgosm.so: ${DESTDIR}/quadtile.o cc ${LDFLAGS} -o $@ $^ ${DESTDIR}/%.o: %.c