On FreeBSD 5.2-CURRENT with automake-1.8.3:

        gmake install-configure

fails with the message:

        make: don't know how to make install-perms. Stop

The culprit seems to be in Makefile at line 15 and 614:

        MAKE=make

which is based on Makefile line 133:

        SET_MAKE = MAKE=make

and then fails at line 627:

        install-perms:
                @$(MAKE) install-perms-recursive
                @$(MAKE) install-perms-local

After changing the 3 make to gmake everything works fine.

Roland



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to