[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
(ITS#7753) "make" should not be hardcoded
Full_Name: Dagobert Michelsen
Version: 2.4.38
OS: Solaris
URL: http://sourceforge.net/apps/trac/gar/browser/csw/mgar/pkg/openldap/trunk/files/0001-Do-not-hardcode-name-of-make.patch
Submission from: (NULL) (86.103.212.188)
In Makefile.in the tests are invoked with "make test" which breaks if make has a
different name (e.g. gmake) and should better be invoked with "$(MAKE) test".
This tiny patch also fixes the issue:
http://sourceforge.net/apps/trac/gar/browser/csw/mgar/pkg/openldap/trunk/files/0001-Do-not-hardcode-name-of-make.patch