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....



_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to