FreeCalypso > hg > themwi-system-sw
diff utils/Makefile @ 239:19d1c39ae4e7
themwi-short-dial: convert to libnumdb2
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 14 Aug 2023 15:35:04 -0800 |
parents | 697fe2c87fec |
children | d7c2a2c0b922 |
line wrap: on
line diff
--- a/utils/Makefile Mon Aug 14 14:42:59 2023 -0800 +++ b/utils/Makefile Mon Aug 14 15:35:04 2023 -0800 @@ -43,8 +43,8 @@ themwi-dump-numdb2: themwi-dump-numdb2.c ${CC} ${CFLAGS} -o $@ $@.c -themwi-short-dial: themwi-short-dial.o ${LIBNUMDB} ${LIBUTIL} - ${CC} ${CFLAGS} -o $@ $@.o ${LIBNUMDB} ${LIBUTIL} +themwi-short-dial: themwi-short-dial.o ${LIBNUMDB2} ${LIBUTIL} + ${CC} ${CFLAGS} -o $@ $@.o ${LIBNUMDB2} ${LIBUTIL} themwi-update-numdb: themwi-update-numdb.o ${LIBUTIL} ${CC} ${CFLAGS} -o $@ $@.o ${LIBUTIL}