# HG changeset patch # User Mychaela Falconia # Date 1477460433 0 # Node ID 647a7bdba4bec2483c741fbcd3ea12017d464119 # Parent 750765d6caeb398cfe1abc4798f22c38990e8a13 target-utils/Makefile: install c139explore and pirexplore diff -r 750765d6caeb -r 647a7bdba4be target-utils/Makefile --- a/target-utils/Makefile Wed Oct 26 05:35:28 2016 +0000 +++ b/target-utils/Makefile Wed Oct 26 05:40:33 2016 +0000 @@ -1,10 +1,9 @@ -FOR_LOADTOOLS= compalstage loadagent -ALLPROGS= ${FOR_LOADTOOLS} c139explore c139-lldbg helloapp pirexplore \ - tf-breakin +INSTPROGS= compalstage c139explore loadagent pirexplore +ALLPROGS= ${INSTPROGS} c139-lldbg helloapp tf-breakin LIBS= libbase libcommon libload libprintf libtiffs SUBDIR= ${ALLPROGS} ${LIBS} -default: ${FOR_LOADTOOLS} +default: ${INSTPROGS} all: ${ALLPROGS} c139explore: libbase libcommon libprintf @@ -17,7 +16,7 @@ cd $@; ${MAKE} ${MFLAGS} install: FRC - for i in ${FOR_LOADTOOLS}; do (cd $$i; ${MAKE} ${MFLAGS} install); done + for i in ${INSTPROGS}; do (cd $$i; ${MAKE} ${MFLAGS} install); done clean: FRC rm -f a.out core errs