Bugzilla – Bug 317905
One of the makefiles to build MD itself uses 'make' hardcoded instead of $(MAKE)
Last modified: 2007-09-15 21:23:51 UTC
---- Reported by cnehren@gmail.com 2005-05-06 15:42:36 MST ---- The file Core/src/AddIns/BackendBindings/VBNetBinding/Makefile.am contains a hardcoded "&& make" string, which breaks on systems where make is not GNU make. Changing this to "&& $(MAKE)" as is present in other files fixes the problems. I'll attach a patch. ---- Additional Comments From cnehren@gmail.com 2005-05-06 15:43:21 MST ---- Created an attachment (id=167863) This fixes it on FreeBSD, should work everywhere. ---- Additional Comments From jluke@cfl.rr.com 2005-05-06 16:18:50 MST ---- Thanks for the patch, it is in svn now. Imported an attachment (id=167863) Unknown operating system other. Setting to default OS "Other".