diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-01-13 08:22:21 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:50:59 -0500 |
commit | 7d3d89bc99177a26f9ef77850142d8b532f4d6f4 (patch) | |
tree | f8297377ad7675308ba9d9e01fab30dd92bb8b9b /source4/build | |
parent | 87625070becd33af5064204645d091fb178331f4 (diff) | |
download | samba-7d3d89bc99177a26f9ef77850142d8b532f4d6f4.tar.gz samba-7d3d89bc99177a26f9ef77850142d8b532f4d6f4.tar.bz2 samba-7d3d89bc99177a26f9ef77850142d8b532f4d6f4.zip |
r12896: IRIX make will fallback to gmake with this,
as normal IRIX make doesn't support shell commands or functions
in $(FOO) variables
metze
(This used to be commit de7b0b2dc9616c007916cce9d69051f76d4fd559)
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/smb_build/makefile.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index e8761bfb8c..03b8dbb5bd 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -30,6 +30,7 @@ sub new($$$) $self->{mkfile} = $mkfile; + $self->output("#!gmake\n"); $self->output("################################################\n"); $self->output("# Autogenerated by build/smb_build/makefile.pm #\n"); $self->output("################################################\n"); |