summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/lib/ldb/Makefile.in2
-rw-r--r--source4/lib/talloc/Makefile.in2
-rw-r--r--source4/lib/tdb/Makefile.in1
3 files changed, 5 insertions, 0 deletions
diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in
index a4801c33b4..c13d3b4fe6 100644
--- a/source4/lib/ldb/Makefile.in
+++ b/source4/lib/ldb/Makefile.in
@@ -1,3 +1,5 @@
+#!gmake
+#
CC = @CC@
GCOV = @GCOV@
XSLTPROC = @XSLTPROC@
diff --git a/source4/lib/talloc/Makefile.in b/source4/lib/talloc/Makefile.in
index 7e14d22e1f..a4b34fbf92 100644
--- a/source4/lib/talloc/Makefile.in
+++ b/source4/lib/talloc/Makefile.in
@@ -1,3 +1,5 @@
+#!gmake
+#
prefix = @prefix@
datarootdir = @datarootdir@
exec_prefix = @exec_prefix@
diff --git a/source4/lib/tdb/Makefile.in b/source4/lib/tdb/Makefile.in
index 88c35f3533..3969995db3 100644
--- a/source4/lib/tdb/Makefile.in
+++ b/source4/lib/tdb/Makefile.in
@@ -1,3 +1,4 @@
+#!gmake
#
# Makefile for tdb directory
#