X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/cfd55f0c7d253b267190974901340b5bdd0c0bd6..e96f1e736a462bdf1ce1304ed870fe57ff0e4caf:/db/functions/Makefile diff --git a/db/functions/Makefile b/db/functions/Makefile index 71169b2b7..dac1889dc 100644 --- a/db/functions/Makefile +++ b/db/functions/Makefile @@ -16,7 +16,7 @@ clean: $(RM) ${DESTDIR}/*.so ${DESTDIR}/*.o ${DESTDIR}/libpgosm.so: ${DESTDIR}/quadtile.o ${DESTDIR}/maptile.o ${DESTDIR}/xid_to_int4.o - cc ${LDFLAGS} -o $@ $< + cc ${LDFLAGS} -o $@ $^ ${DESTDIR}/%.o: %.c cc -I `${PG_CONFIG} --includedir` -I `${PG_CONFIG} --includedir-server` -I${QTDIR} -fPIC -O3 -DUSE_PGSQL -c -o $@ $<