try: %.D: %.C
or %.d: %.C > -----Original Message----- > From: Graff_Zoltan [mailto:zotyo@;z1.fszek.hu] > Sent: Thursday, October 31, 2002 5:24 AM > To: Harig, Mark A. > Subject: Re: RE: MAKE - problem with small/capital letters in > filenames > > > > $ ls makefile hello.c > > hello.c makefile > Yes, it works if hello.c exists. But not work when HELLO.C exist. > My files are on the netware file server, and I see all files with > upper case letters under WinXp. > Under DOS and Linux the makefile works only with lower case letters. > > If I change the '%.d: %.c' > line to 'hello.d: hello.c' (with lower case letters) > it works well. > > %.c isn't good, but hello.c is? > Are the upper and lower case letters equal in file names, or not? > If yes, '%.d: %.c' should work. > If not, 'hello.d: hello.c' should not work. > > Thanks > Zoltan Graff > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/