mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 318918 work around gcc 2.9x bug with #line. patch by Doug Shelton
<doug@sheltonfamily.org> r=bsmedberg
This commit is contained in:
parent
4344327b16
commit
6f0869c658
@ -107,3 +107,5 @@ include $(topsrcdir)/config/rules.mk
|
||||
sqlite-shell.$(OBJ_SUFFIX): shell.c
|
||||
$(ELOG) $(CC) $(OUTOPTION)$@ -c $(COMPILE_CFLAGS) $(_VPATH_SRCS)
|
||||
|
||||
# next line allows use of MOZ_OBJDIR in .mozconfig with older gcc on BeOS, maybe others
|
||||
LOCAL_INCLUDES += -I$(srcdir)
|
||||
|
Loading…
Reference in New Issue
Block a user