mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 00:54:40 +00:00
Fix case sensitivity problem
svn path=/trunk/; revision=3489
This commit is contained in:
parent
c8227ebcc5
commit
8d4571bdf3
1 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ $(TARGET).exe: $(OBJS) $(TARGET).coff
|
||||||
$(NM) --numeric-sort $(TARGET).exe > $(TARGET).sym
|
$(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
|
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
|
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:
|
clean:
|
||||||
|
|
Loading…
Reference in a new issue