Bug 317905 (MONO74853) - One of the makefiles to build MD itself uses 'make' hardcoded instead of $(MAKE)
Summary: One of the makefiles to build MD itself uses 'make' hardcoded instead of $(MAKE)
Status: RESOLVED FIXED
Alias: MONO74853
Product: MonoDevelop
Classification: Mono
Component: general (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Normal
Target Milestone: ---
Assignee: MD Bugs
QA Contact: MD Bugs
URL:
Whiteboard:
Keywords: build
Depends on:
Blocks:
 
Reported: 2005-05-06 22:42 UTC by Christopher Nehren
Modified: 2007-09-15 21:23 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
This fixes it on FreeBSD, should work everywhere. (550 bytes, patch)
2005-05-06 22:43 UTC, Thomas Wiest
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 19:16:03 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".