freebsd-skq/GNUmakefile
Kai Wang 5265ace0e4 Initial import of elftoolchain r2974.
Obtained from:	elftoolchain.org
2014-01-15 08:43:20 +00:00

23 lines
721 B
Makefile

# -*- mode: makefile; -*-
#
# Issue a useful error message if a user tries to build the project
# using GNU make.
all:
$(error ERROR: This source tree needs to be built with BSD 'make'.)
# Some GNU/Linux distributions offer pre-built packages of BSD 'make':
#
# - On Debian-derived distributions, the "pmake" package provides an
# older version of BSD 'make' that should suffice.
# - On Fedora, the 'bmake' package seems appropriate (untested).
#
# Portable source code for NetBSD 'make' may be found at:
# http://www.crufty.net/help/sjg/bmake.html
#
#
# Please also read the file "INSTALL" for additional information about
# building the project from source.
#
# $Id: GNUmakefile 2568 2012-09-04 12:13:21Z jkoshy $