diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-08-31 09:38:48 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:16:57 -0500 |
commit | 071582898cc8f973f37550893e6d937890b7ebba (patch) | |
tree | 3ea5792ae40ba06f4d9099aea2eae9c0e6e951dd /source4/lib/tdb | |
parent | 722d20f4ddef98ba8f305ea858c54e5df54ca27c (diff) | |
download | samba-071582898cc8f973f37550893e6d937890b7ebba.tar.gz samba-071582898cc8f973f37550893e6d937890b7ebba.tar.bz2 samba-071582898cc8f973f37550893e6d937890b7ebba.zip |
r17960: try to use gmake if present on IRIX
metze
(This used to be commit 18b4ae591a3a137dd25edd16a574e489cd5552bf)
Diffstat (limited to 'source4/lib/tdb')
-rw-r--r-- | source4/lib/tdb/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 # |