forked from KolibriOS/kolibrios
attempt to correct makefile
git-svn-id: svn://kolibrios.org@2178 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
edb11c7e8a
commit
b39df3a7b8
@ -449,7 +449,7 @@ $(KOSILKA_OBJECTS): .obj.kosilka/%.obj: $(PROGS)/games/kosilka/%.cpp $(KOSILKA_H
|
|||||||
include Makefile.gcc
|
include Makefile.gcc
|
||||||
|
|
||||||
# Rules for shell
|
# Rules for shell
|
||||||
shell: .obj.shell/start.o .obj.shell/shell.o .obj.shell/kolibri.o .obj.shell/stdlib.o .obj.shell/string.o \
|
shell: .obj.shell/start.o .obj.shell/shell.o .obj.shell/kolibri.o .obj.shell/stdlib.o .obj.shell/string.o .obj.shell/ctype.o \
|
||||||
$(PROGS)/system/shell/kolibri.ld
|
$(PROGS)/system/shell/kolibri.ld
|
||||||
$(call gcc_link,$(PROGS)/system/shell/kolibri.ld)
|
$(call gcc_link,$(PROGS)/system/shell/kolibri.ld)
|
||||||
.obj.shell/shell.o: $(PROGS)/system/shell/shell.c \
|
.obj.shell/shell.o: $(PROGS)/system/shell/shell.c \
|
||||||
|
Loading…
Reference in New Issue
Block a user