Ticket #20180: patch-erts_emulator_Makefile.in

File patch-erts_emulator_Makefile.in, 684 bytes (added by rkmspence@…, 15 years ago)

Modified erts/emulator/Makefile.in to fix a trivial depend-phase error.

Line 
1--- erts/emulator/Makefile.in.orig      2009-04-16 11:23:30.000000000 +0200
2+++ erts/emulator/Makefile.in   2009-07-05 11:50:13.000000000 +0200
3@@ -109,7 +109,7 @@
4 override TYPE=opt
5 PURIFY =
6 TYPEMARKER =
7-TYPE_FLAGS = @CFLAGS@
8+TYPE_FLAGS = -Ipcre @CFLAGS@
9 endif
10 endif
11 endif
12@@ -1052,7 +1052,7 @@
13 
14 #DEP_CC=$(EMU_CC)
15 DEP_CC=$(CC)
16-DEP_FLAGS=-MM  $(subst -O2,,$(CFLAGS)) $(INCLUDES) -I../etc/win32 -Idrivers/common
17+DEP_FLAGS=-MM  $(subst -O2,,$(CFLAGS)) -DLIBSCTP=$(LIBSCTP) $(INCLUDES) -I../etc/win32 -Idrivers/common
18 # ifeq (@MIXED_CYGWIN_VC@,yes)
19 # VC++ used for compiling. If __GNUC__ is defined we will include
20 # other headers then when compiling which will result in faulty