From 495a4aded9b41ee5c47ef8d187857df41e85ac79 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 11 May 2011 17:21:47 +0000 Subject: [PATCH] More PIC32 header files git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3589 42af7a65-404d-4744-a932-0658087f49c3 --- interpreters/ficl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interpreters/ficl/Makefile b/interpreters/ficl/Makefile index 69cb4d504..183246b67 100644 --- a/interpreters/ficl/Makefile +++ b/interpreters/ficl/Makefile @@ -57,7 +57,7 @@ ASRCS = CXXSRCS = CSRCS = nuttx.c -include Make.srcs +-include Make.srcs ASRCS += $(FICL_ASRCS) CXXSRCS += $(FICL_CXXSRCS)