X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4e6d729529c94486a50cf135dfbbdcf841790200..97bb13595750d2ba5d03a5abe2ede7cd11a8a481:/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