FreeCalypso > hg > freecalypso-tools
changeset 295:79434b9de159
c1xx-calextr will need mkdir and librftab
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 18 Nov 2017 17:15:54 +0000 |
parents | 1416fe200069 |
children | 77d561735b07 |
files | ffstools/caltools/Makefile |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ffstools/caltools/Makefile Sat Nov 18 17:12:20 2017 +0000 +++ b/ffstools/caltools/Makefile Sat Nov 18 17:15:54 2017 +0000 @@ -9,7 +9,7 @@ CAL2BIN_OBJS= fc-cal2bin.o ${LIBRFTAB} -CALEXTR_OBJS= c1xx-calextr.o +CALEXTR_OBJS= c1xx-calextr.o mkdir.o ${LIBRFTAB} fc-cal2bin: ${CAL2BIN_OBJS} ${CC} ${CFLAGS} -o $@ ${CAL2BIN_OBJS} @@ -17,6 +17,9 @@ c1xx-calextr: ${CALEXTR_OBJS} ${CC} ${CFLAGS} -o $@ ${CALEXTR_OBJS} +mkdir.o: ../cal2text/mkdir.c + ${CC} ${CFLAGS} -c -o $@ $< + install: mkdir -p ${INSTBIN} install -c ${PROGS} ${INSTBIN}