Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Delivered-To: mailing list cygwin@cygwin.com X-Injected-Via-Gmane: http://gmane.org/ To: cygwin@cygwin.com From: "Philippe Bastiani" Subject: Problem with make 'undef missing' Date: Sat, 6 Sep 2003 19:50:01 +0200 Lines: 32 Message-ID: X-Complaints-To: usenet@sea.gmane.org X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Hi, I use a generic makefile on several systems... In the past, this makefile worked fine under Cygwin ! Now, I obtain the following error: 'makefile.def:3: *** missing... See, the following stupid makefile: *** Begin of file *** ifneq ($(strip $(SUBDIRS)),) else define MAKE_SUBDIRS $(MAKE_NOTHING) endef endif .PHONY : all all : depend .PHONY : depend depend depends: $(CCLIST) $(CLIST) $(MAKE_DEPENDS) $(MAKE_SUBDIRS) *** end of file *** Please note: if I replace the character (line 5, before the endef) by blank characters.. make works with no error ! a+ -- Philippe Bastiani -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/