Bug 419621: Add rule so |make nsFoo.i| works for nsFoo.mm files. r=bsmedberg, a1.9+=damons

This commit is contained in:
jag@tty.nl 2008-03-13 04:12:10 -07:00
parent 2d15463f40
commit 2276eea626

View File

@ -1325,6 +1325,9 @@ $(OBJ_PREFIX)%.$(OBJ_SUFFIX): %.m Makefile Makefile.in
%.i: %.c
$(CC) -C -E $(COMPILE_CFLAGS) $(_VPATH_SRCS) > $*.i
%.i: %.mm
$(CCC) -C -E $(COMPILE_CXXFLAGS) $(COMPILE_CMMFLAGS) $(_VPATH_SRCS) > $*.i
%.res: %.rc
@echo Creating Resource file: $@
ifeq ($(OS_ARCH),OS2)