help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: make failing, tabs are fine, missing separator


From: Dave Korn
Subject: RE: make failing, tabs are fine, missing separator
Date: Thu, 10 Jan 2008 10:48:02 -0000

On 09 January 2008 21:05, Russell King wrote:

> Output of "cat -vet Makefile" looks something  like this:
> 
> ./Makefile contents:
> 
> ^M^M$
> #include ../../support/subdir.mk^M^M$
> APP_NAME=lama^M^M$
> all:^M^I(cd src;$(MAKE))^M#; $(MAKE) -C src^M$
> ^Mclean:^M^I(cd src;$(MAKE) clean)^M^M$
> release:^Iclean appfile^M^Ish ../../support/create_release.sh^M^M$
> appfile:^M^I(cd src;$(MAKE) ../ebin/$(APP_NAME).app)^M^M$
> docs:^M^Ierl -noshell -run edoc_run application "'$(APP_NAME)'" \^M      
> '"."' '[{def,{vsn,"$(VSN)"}}]' -s init stop^M$ 
> 
> ./src/Makefile contents:
> 
> ^M^M$
> include ../vsn.mk^M^M$
> #include ../../../support/include.mk^M^M$
> ERLC_FLAGS  += -I../include^M^M$
> ERL_OBJECTS += $(EBIN_DIR)/lama.app^M^M$
> all: $(ERL_OBJECTS)^M^M$
> clean:^M^I-rm $(ERL_OBJECTS)^M$

  Perhaps you need to change those Apple Mac style CR line endings to
posix-style LF?

    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....





reply via email to

[Prev in Thread] Current Thread [Next in Thread]