diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-05 04:53:46 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:17:10 -0500 |
commit | bd35940710efa8cda09a75b273ce19900312997d (patch) | |
tree | baa10eef0c5177240177e1d0597bfa61b0ec71fe /source4/lib/replace/Makefile.in | |
parent | a41abfd514ae2259207b3cb90b8bc76434164b91 (diff) | |
download | samba-bd35940710efa8cda09a75b273ce19900312997d.tar.gz samba-bd35940710efa8cda09a75b273ce19900312997d.tar.bz2 samba-bd35940710efa8cda09a75b273ce19900312997d.zip |
r18060: use gmake for libreplace if available
(This used to be commit 838de24dfeeb4f67d836681d8ca4b8f94b38d6e2)
Diffstat (limited to 'source4/lib/replace/Makefile.in')
-rw-r--r-- | source4/lib/replace/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/replace/Makefile.in b/source4/lib/replace/Makefile.in index 54196b089a..baadbc5d5c 100644 --- a/source4/lib/replace/Makefile.in +++ b/source4/lib/replace/Makefile.in @@ -1,3 +1,5 @@ +#!gmake +# CC = @CC@ prefix = @prefix@ exec_prefix = @exec_prefix@ |