From 8d4571bdf33eb0e5e168cf21c187ea37cf59cecb Mon Sep 17 00:00:00 2001 From: guido Date: Thu, 12 Sep 2002 18:08:54 +0000 Subject: [PATCH] Fix case sensitivity problem svn path=/trunk/; revision=3489 --- rosapps/winfile/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rosapps/winfile/Makefile b/rosapps/winfile/Makefile index 6a729a2603e..4559b682c2d 100644 --- a/rosapps/winfile/Makefile +++ b/rosapps/winfile/Makefile @@ -60,7 +60,7 @@ $(TARGET).exe: $(OBJS) $(TARGET).coff $(NM) --numeric-sort $(TARGET).exe > $(TARGET).sym -main.h: resource.h makefile +main.h: resource.h Makefile about.o: about.c about.h main.h @@ -78,7 +78,7 @@ run.o: run.c run.h main.h setttings.o: setttings.c setttings.h main.h -$(TARGET).o: $(TARGET).c $(TARGET).h main.h makefile +$(TARGET).o: $(TARGET).c $(TARGET).h main.h Makefile clean: