changeset 38:5b3d7398d2d9

target-utils top level Makefile buglet
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 13 May 2013 20:40:44 +0000
parents 437f9365249c
children d67bfcb9e351
files target-utils/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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