Re: [Circle] [Code] Makefile prob

jmlemke@icaen.uiowa.edu
Date: 11/11/96


> 
> Okie I am trying to put in the auction.c code and I am having trouble
> with the Makefile I added the auction.c in the main part but then I also
> added the lines:
> 
> auction.o: auction.c conf.h sysdep.h structs.h utils.h comm.h
> interpreter.h \
>         handler.h db.h
>         $(CC) -c $(CFLAGS) auction.c
> 
> and it gives me the error:
> 
> Makefile:230: *** missing separator.  Stop.
> 
> Could you tell me what I am doing wrong?

missing separator means you need a TAB before the $(CC). Make won't do 
anything if the whitespace leading up to $(CC) is spaces, it needs to 
have tab..

--Pegasus of OnyxMUD

+-----------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
|   http://cspo.queensu.ca/~fletcher/Circle/list_faq.html   |
+-----------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/18/00 PST