From bd35940710efa8cda09a75b273ce19900312997d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 5 Sep 2006 04:53:46 +0000 Subject: r18060: use gmake for libreplace if available (This used to be commit 838de24dfeeb4f67d836681d8ca4b8f94b38d6e2) --- source4/lib/replace/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/lib/replace/Makefile.in') 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@ -- cgit