From bce09683ed06e0b7120c6eea774f95a7877ad606 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 4 Apr 2012 13:01:14 +0000 Subject: Fix pascal build problem git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4554 42af7a65-404d-4744-a932-0658087f49c3 --- misc/pascal/ChangeLog | 6 ++++++ misc/pascal/nuttx/Makefile | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'misc/pascal') diff --git a/misc/pascal/ChangeLog b/misc/pascal/ChangeLog index e937aa13b..672d6d0ef 100644 --- a/misc/pascal/ChangeLog +++ b/misc/pascal/ChangeLog @@ -29,3 +29,9 @@ pascal-3.0 2010-xx-xx Gregory Nutt 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 + + * 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 027e19915..eb82e48bd 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 +# Copyright (C) 2008-2009, 2011-2012 Gregory Nutt. All rights reserved. +# Author: Gregory Nutt # # 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 -- cgit v1.2.3