From 703a7cdd5ad2d835ddcd17d107af66e49e425f5a 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: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4554 7fd9a85b-ad96-42d3-883c-3090e2eb8679 --- misc/pascal/nuttx/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'misc/pascal/nuttx') 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 +# 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