X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:subject:mime-version:content-type :content-transfer-encoding:date:from:message-id; q=dns; s= default; b=iZthOMU7uBVXBWRb5ux/H+OSqXTGtoYNT+MSL9cefq3j8IvSX/VLJ Dg9yHZ76NWNfVTPI3rIY4V09l0yCcSFpj1SXjLeqsp1EMf7CKPZO/0ZK/Lqw7zbh ODkUgGXdBcgh37BDxd89Qn8ctVG4CmCH44N97mg3/x47OZiSPTdc2w= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:subject:mime-version:content-type :content-transfer-encoding:date:from:message-id; s=default; bh=o HpMC8eDdBhos3ZEqYv4eqRlxsM=; b=qYoHch3OKOyPQV0s7emO0LeB8OdMw7RrB UGDfE9VwxvhA9IxXf5+nn7aWnKpsXbPWn741E7VS7ohuicW+qYNAqCAQwJbwfRny HnozpBUWMkSKxdbotDyliHZA9+GyQMf/EcIzG53LHYKGZWLHTXwCgsXysku3hJhI dL6DK5uPuo= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.1 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=H*MI:kylheku, H*r:24.85.175, H*r:kylheku.com, H*RU:kylheku.com X-HELO: smtp-out-no.shaw.ca X-Authority-Analysis: v=2.2 cv=JLBLi4Cb c=1 sm=1 tr=0 a=WiYoHcCliNeVponEdG0Ckg==:117 a=WiYoHcCliNeVponEdG0Ckg==:17 a=IkcTkHD0fZMA:10 a=SMorJkV_YP8A:10 a=L24OOQBejmoA:10 a=ki6XzYWT4T4EnIhaT_IA:9 a=QEXdDO2ut3YA:10 To: Cygwin Subject: Standard LEX variable doesn't work in Make. X-PHP-Originating-Script: 501:rcmail.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Date: Mon, 21 Nov 2016 08:57:00 -0800 From: Kaz Kylheku Message-ID: X-Sender: kaz AT kylheku DOT com User-Agent: Roundcube Webmail/0.9.2 X-CMAE-Envelope: MS4wfH7CnFROw8Fx1hIOW0ymRd44BDBZMwsEDEt4wEEmseqpAT0FnhfAXJdYG2d6neWHDmytluGquu5Am9y0K0DQSBaMclOtbCvUKTQkYmkrOFe43gH/vBvv CUaSgZE+3geQK9pXzqh+KH2Ebz/TXNtOe/E0oQk2H09dqEjU/PDWWG4o Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id uALGvJjO012305 Hi, I'm changing a FOSS project to rely more on standard Make vars such as CC and CFLAGS and such: use $(CC) for the compiler unless told otherwise, incorporate $(CFLAGS) if it is defined, and so forth. This is friendly toward distro package maintainers. Anyway, even though my Cygwin installation has GNU Flex, the lex command is nonexistent; thus the $(LEX) Make variable fails. Either LEX should go to "flex", or there should be a "lex" alias. If the installation has some sort of lex, the predefined $(LEX) variable should resolve to it. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple