Good Day,
 
I try install Midgard CMS on FreeBSD but in installing midgard-lib-1.5.0 I
had error in src/Makefile:
____
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
 
-include $(DEP_FILES) << need an operator
_____
 
If I change this lines  to standart make construction:
_____
DEPS_MAGIC: $(shell mkdir .deps > /dev/null 2>&1 || :)
[tab]-include $(DEP_FILES)
_____

I receive " don't know how to make    midgard.lo     . Stop"

How I can to established the reason and correct this error?


This respect and great hope,

Roman Firsov,
Saint-Petersburg, Russia.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to