summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/pascal/ChangeLog6
-rw-r--r--misc/pascal/nuttx/Makefile6
2 files changed, 9 insertions, 3 deletions
diff --git a/misc/pascal/ChangeLog b/misc/pascal/ChangeLog
index e937aa13bf..672d6d0eff 100644
--- a/misc/pascal/ChangeLog
+++ b/misc/pascal/ChangeLog
@@ -29,3 +29,9 @@ pascal-3.0 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
incompatible with will all releases of NuttX prior to nuttx-6.0 where the
apps/ module was introduced.
+pascal-3.1 2012-xx-xx Gregory Nutt <gnutt@nuttx.org>
+
+ * nuttx/Makefile: If DIRLINK is defined, then INCDIR is not setup
+ correctly and the build fails. The value of INCDIR must be
+ initialized unconditionally.
+
diff --git a/misc/pascal/nuttx/Makefile b/misc/pascal/nuttx/Makefile
index 027e199156..eb82e48bd2 100644
--- a/misc/pascal/nuttx/Makefile
+++ b/misc/pascal/nuttx/Makefile
@@ -1,8 +1,8 @@
############################################################################
# apps/interpreters/pcode/Makefile
#
-# Copyright (C) 2008-2009, 2011 Gregory Nutt. All rights reserved.
-# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+# Copyright (C) 2008-2009, 2011-2012 Gregory Nutt. All rights reserved.
+# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@@ -44,8 +44,8 @@ include $(APPDIR)/Make.defs
ifeq ($(DIRLINK),)
DIRLINK = $(TOPDIR)/tools/link.sh
DIRUNLINK = $(TOPDIR)/tools/unlink.sh
-INCDIR = $(TOPDIR)/tools/incdir.sh
endif
+INCDIR = $(TOPDIR)/tools/incdir.sh
ifeq ($(WINTOOL),y)
INCDIROPT = -w