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 Reply-To: From: "Emmanuel STAPF" To: "cygwin users" Subject: Make question Date: Tue, 25 Jan 2000 07:32:11 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal In-Reply-To: <19991031192054.12867.rocketmail@web123.yahoomail.com> In my makefile, I have the following statement: .c.obj: $(CC) $(CFLAGS) -c $< and I'm using my makefile to generate a `file.obj' from a `file.c' which will be using to create a `library.lib' file. However, make fails with the following output: make: *** No rule to make target `file.obj', needed by `library.lib'. Stop. Is there something special to do to allow my implicit rule. Thanks in advance, Regards, Manu -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com