We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b08326e commit 3b7a425Copy full SHA for 3b7a425
BSDmakefile
@@ -0,0 +1,11 @@
1
+# This is a convenience script for systems on which BSD make is the default,
2
+# such that typing 'make' will do what people expect, instead of producing an
3
+# error (due to incompatibilities between BSD make and GNU make).
4
+
5
+.include "makeopts"
6
7
+all::
8
+ $(MAKE)
9
10
+$(.TARGETS)::
11
+ $(MAKE) $(.TARGETS)
makeopts.in
@@ -12,6 +12,7 @@ AWK=@AWK@
12
BISON=@BISON@
13
FLEX=@FLEX@
14
GREP=@GREP@
15
+MAKE=@GNU_MAKE@
16
AR=@AR@
17
RANLIB=@RANLIB@
18
FIND=@FIND@
0 commit comments