mirror of https://github.com/asterisk/asterisk
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@285088 65c4cc65-6c06-0410-ace0-fbb531ad65f31.4
parent
a2bf7447e2
commit
0653aeef5d
@ -0,0 +1,11 @@
|
||||
# This is a convenience script for systems on which BSD make is the default,
|
||||
# such that typing 'make' will do what people expect, instead of producing an
|
||||
# error (due to incompatibilities between BSD make and GNU make).
|
||||
|
||||
.include "makeopts"
|
||||
|
||||
all::
|
||||
$(MAKE)
|
||||
|
||||
$(.TARGETS)::
|
||||
$(MAKE) $(.TARGETS)
|
Loading…
Reference in new issue