summaryrefslogtreecommitdiff
path: root/apps/import
diff options
context:
space:
mode:
Diffstat (limited to 'apps/import')
-rw-r--r--apps/import/Make.defs8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/import/Make.defs b/apps/import/Make.defs
index 3506d6ea6..6817e63dd 100644
--- a/apps/import/Make.defs
+++ b/apps/import/Make.defs
@@ -33,8 +33,8 @@
#
############################################################################
-include ${TOPDIR}/.config
-include ${TOPDIR}/build/Make.defs
+include $(TOPDIR)/.config
+include $(TOPDIR)/build/Make.defs
# Control build verbosity
#
@@ -183,10 +183,10 @@ AFLAGS = $(CFLAGS) -D__ASSEMBLY__
ifeq ($(WINTOOL),y)
# Windows-native toolchains
- LDLIBPATH = -L "${shell cygpath -w ${APPDIR}}" -L "${shell cygpath -w $(TOPDIR)$(DELIM)libs}"
+ LDLIBPATH = -L "${shell cygpath -w $(APPDIR)}" -L "${shell cygpath -w $(TOPDIR)$(DELIM)libs}"
else
# Linux/Cygwin-native toolchain
- LDLIBPATH = -L ${APPDIR} -L $(TOPDIR)$(DELIM)libs
+ LDLIBPATH = -L $(APPDIR) -L $(TOPDIR)$(DELIM)libs
endif
LDLIBS = -lnuttx