Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <0ccb01bf7fc1$179fd670$623567c0@isi.com> From: "Prabhakar Goyal" To: Subject: weird gmake behaviour Date: Fri, 25 Feb 2000 10:49:48 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 When using following makefile, if obj directory is present, gmake uses the explicit rule to make the obj/xx.flags. If there is no obj directory it uses implicit rule. Possibly a gmake bug? thanks., Prabhakar all : xx.exe OBJ_DIR=obj/ %.exe : $(OBJ_DIR)%.flags echo "Making $<" $(OBJ_DIR)xx.flags : echo "explicit" $(OBJ_DIR)%.flags : echo "implicit" -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com