[Anjuta-list] Missing Separator in Makefile



Hello,

I tried to bind a library into my project and auto-generated it successfully.
But the attempt to "make" the project fails with the following error:

Makefile:406: *** missing separator. Stop.

Line 406:
--
# Copy all the spec files. Of cource, only one is actually used.
dist-hook:
	for specfile in *.spec; do \
		if test -f $$specfile; then \
			cp -p $$specfile $(distdir); \
		fi \
	done
---

Can someone help me please?

Regards
- Marcel Karras

-- 
Contact: toka freebits de
http://www.freebits.de
Unix, Linux && OpenSource




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