--- cci/d/makefile 2019/07/28 12:24:19 1.1.1.1 +++ cci/d/makefile 2019/07/28 12:30:13 1.1.1.2 @@ -12,7 +12,7 @@ ULIBDIR=${DESTDIR}/usr/lib MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR} # subdirectories to work on -SUBDIR= demand entry event memman mem io pits ether +SUBDIR= demand dmp4 entry event fpevent macro4 memman mem io pits ether all install clean: for i in $(SUBDIR); \ do (cd $$i; make ${MAKEPARAM} install) \