List sscanf.c in SOURCES instead of doom.make
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19663 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
87229949d9
commit
fc2a59b6d5
2 changed files with 1 additions and 1 deletions
|
@ -60,3 +60,4 @@ i_video.c
|
||||||
w_wad.c
|
w_wad.c
|
||||||
rockdoom.c
|
rockdoom.c
|
||||||
d_deh.c
|
d_deh.c
|
||||||
|
sscanf.c
|
||||||
|
|
|
@ -14,7 +14,6 @@ ROCKS += $(DOOMBUILDDIR)/doom.rock
|
||||||
|
|
||||||
DOOM_SRC := $(call preprocess, $(DOOMSRCDIR)/SOURCES)
|
DOOM_SRC := $(call preprocess, $(DOOMSRCDIR)/SOURCES)
|
||||||
DOOM_OBJ := $(call c2obj, $(DOOM_SRC))
|
DOOM_OBJ := $(call c2obj, $(DOOM_SRC))
|
||||||
DOOM_OBJ += $(DOOMBUILDDIR)/sscanf.o
|
|
||||||
|
|
||||||
# add source files to OTHER_SRC to get automatic dependencies
|
# add source files to OTHER_SRC to get automatic dependencies
|
||||||
OTHER_SRC += $(DOOM_SRC)
|
OTHER_SRC += $(DOOM_SRC)
|
||||||
|
|
Loading…
Reference in a new issue