# HG changeset patch # User Michael Spacefalcon # Date 1368477644 0 # Node ID 5b3d7398d2d9b5b414c3d497c08ac0191ba0aabe # Parent 437f9365249c38d09aee540b8b7b62ad3904ca33 target-utils top level Makefile buglet diff -r 437f9365249c -r 5b3d7398d2d9 target-utils/Makefile --- a/target-utils/Makefile Mon May 13 06:56:54 2013 +0000 +++ b/target-utils/Makefile Mon May 13 20:40:44 2013 +0000 @@ -1,5 +1,5 @@ PROGS= helloapp loadagent -LIBS= libcommom libload libprintf +LIBS= libcommon libload libprintf SUBDIR= ${PROGS} ${LIBS} default: loadagent