FreeCalypso > hg > freecalypso-tools
changeset 944:441004febe35
rvinterf/Makefile: libg23 is no more
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 24 May 2023 07:12:50 +0000 |
parents | 31a36b400cdf |
children | 4c601097d23f |
files | rvinterf/Makefile |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/rvinterf/Makefile Wed May 24 07:11:18 2023 +0000 +++ b/rvinterf/Makefile Wed May 24 07:12:50 2023 +0000 @@ -1,7 +1,7 @@ CC= gcc CFLAGS= -O2 PROGDIR=asyncshell ctracedec etmsync l1filter lowlevel rvtat tmsh -LIBDIR= libasync libg23 libinterf libprint +LIBDIR= libasync libinterf libprint SUBDIR= ${PROGDIR} ${LIBDIR} INSTALL_PREFIX= /opt/freecalypso @@ -9,10 +9,10 @@ all: ${SUBDIR} -asyncshell: libasync libg23 libinterf libprint +asyncshell: libasync libinterf libprint etmsync: libinterf l1filter: libinterf -lowlevel: libg23 libprint +lowlevel: libprint rvtat: libinterf tmsh: libasync libinterf libprint