From 6aa3e57004ca3f911d12d72f0e6aa9b5a7bd2f49 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 31 May 2018 15:31:31 -0600 Subject: [PATCH] Triva typo fixed. Also modify weird definition in import/Makefile. Still weird, but at least the directory exists. --- examples/sotest/lib/sotest/sotest.c | 2 +- import/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/sotest/lib/sotest/sotest.c b/examples/sotest/lib/sotest/sotest.c index 114a67d93..6172b5129 100644 --- a/examples/sotest/lib/sotest/sotest.c +++ b/examples/sotest/lib/sotest/sotest.c @@ -1,5 +1,5 @@ /**************************************************************************** - * apps/examples/sotest/libs/sotest/sotest.c + * apps/examples/sotest/lib/sotest/sotest.c * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/import/Makefile b/import/Makefile index 4039e3f7d..ec60c22ed 100644 --- a/import/Makefile +++ b/import/Makefile @@ -61,4 +61,4 @@ distclean: # Library path -LIBPATH = $(TOPDIR)/libs +LIBPATH = $(TOPDIR)/staging