From 500e9b7aa4aa148f86236ff64e5280e50e7ecd1e Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 9 Mar 2011 03:41:34 +0000 Subject: #warning removal git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3355 42af7a65-404d-4744-a932-0658087f49c3 --- misc/pascal/Configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'misc') diff --git a/misc/pascal/Configure b/misc/pascal/Configure index da64f209d..d6c16d0fe 100755 --- a/misc/pascal/Configure +++ b/misc/pascal/Configure @@ -2,7 +2,7 @@ ############################################################################ # Configure # -# Copyright (C) 2008 Gregory Nutt. All rights reserved. +# Copyright (C) 2008, 2011 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without @@ -100,7 +100,7 @@ done # Setup configurations files # -CONFIGFILE=.config +CONFIGFILE=./.config MAKECONFIG=Make.config TMPCONFIGFILE=TMP.config TMPMAKECONFIG=TMP.Make.config @@ -112,7 +112,7 @@ rm -f $TMPCONFIGFILE $TMPMAKECONFIG # Get information about the configuration settings # -source config.info +source ./config.info # Set up default values for all configuration settings # -- cgit v1.2.3