Mail Archives: djgpp/1996/07/04/13:55:25
> To: djgpp AT delorie DOT com
> Reply-to: ians AT vvl DOT co DOT uk
> From: ians AT vvl DOT co DOT uk (Ian Stevenson)
> Subject: Problem with GNU make...
> Date: Thu, 04 Jul 96 16:10:15 BST
>
> I think I may be going nuts...
>
> Makefiles, kids stuff really.
>
> Example:
>
> ### Makefile:
> CC=gcc
> CFLAGS=-g
> INCLUDE_DIR=D:\IANS\DJGPP\V2\INCLUDE
>
> cccp.o: cccp.c
> $(CC) $(CFLAGS)-I. -I $(INCLUDE) -c cccp.c
^^^^^
Is this a tab? If not then that's you're problem.
Also, some DOS editor don't do tabs, namely edit.com the
editor that comes with DOS and WINDOWS.
Kevin
-----------------+-----------------------------------
Kevin Moule | CashHandler Retail Systems, Inc.
Developer | Suite 200, 244 Pall Mall Street
-----------------| London, ON, Canada N6A 5P6
<moule AT chrs DOT com> + 519-672-0251 or Fax: 519-679-3943
-----------------+-----------------------------------
- Raw text -