Skip to content

Commit

Permalink
Fix reference to deleted gluestub.c
Browse files Browse the repository at this point in the history
  • Loading branch information
yebblies committed Sep 28, 2015
1 parent dadfbab commit 75567a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/posix.mak
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ GLUE_SRC = glue.c msc.c s2ir.c todt.c e2ir.c tocsym.c \
toobj.c tocvdebug.c toir.h toir.c \
irstate.h iasm.c \
toelfdebug.d libelf.d scanelf.d libmach.d scanmach.d \
tk.c eh.c gluestub.c objc_glue.c objc_glue_stubs.c
tk.c eh.c gluestub.d objc_glue.c objc_glue_stubs.c

BACK_SRC = \
$C/cdef.h $C/cc.h $C/oper.h $C/ty.h $C/optabgen.c \
Expand Down
2 changes: 1 addition & 1 deletion src/win32.mak
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ GLUESRC= glue.c msc.c s2ir.c todt.c e2ir.c tocsym.c \
toobj.c tocvdebug.c toir.h toir.c \
irstate.h iasm.c \
toelfdebug.d libelf.d scanelf.d libmach.d scanmach.d \
tk.c eh.c objc_glue_stubs.c objc_glue.c
tk.c eh.c objc_glue_stubs.c objc_glue.c gluestub.d

# D back end
BACKSRC= $C\cdef.h $C\cc.h $C\oper.h $C\ty.h $C\optabgen.c \
Expand Down

0 comments on commit 75567a8

Please sign in to comment.