diff options
author | John Högberg <[email protected]> | 2017-07-12 10:00:58 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2017-07-12 10:00:58 +0200 |
commit | acab73f0c67cde548bdf08f332f06e4979251f83 (patch) | |
tree | 725e91abe7dd83c3a27425e693bf78995e8ad183 | |
parent | 818f5eaeab33e7df5065ec6c0179566c2c137f10 (diff) | |
parent | 4ac0e889944d9529e7904e61700e1205d166ca19 (diff) | |
download | otp-acab73f0c67cde548bdf08f332f06e4979251f83.tar.gz otp-acab73f0c67cde548bdf08f332f06e4979251f83.tar.bz2 otp-acab73f0c67cde548bdf08f332f06e4979251f83.zip |
Merge branch 'maint'
-rw-r--r-- | erts/etc/common/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/erts/etc/common/Makefile.in b/erts/etc/common/Makefile.in index 4bcbb288b3..5b1b9119ce 100644 --- a/erts/etc/common/Makefile.in +++ b/erts/etc/common/Makefile.in @@ -70,10 +70,12 @@ endif ifeq ($(TARGET),win32) ifeq ($(TYPE),debug) CFLAGS = $(subst -O2,-g,@CFLAGS@ @DEFS@ $(TYPE_FLAGS) @WFLAGS@ -I$(SYSDIR) \ - -I$(EMUDIR) $(ERTS_INCL) -DOTP_SYSTEM_VERSION=\"$(SYSTEM_VSN)\") + -I$(EMUDIR) -I$(COMSYSDIR) $(ERTS_INCL) \ + -DOTP_SYSTEM_VERSION=\"$(SYSTEM_VSN)\") LDFLAGS += -g endif endif + BINDIR = $(ERL_TOP)/bin/$(TARGET) OBJDIR = $(ERL_TOP)/erts/obj$(TYPEMARKER)/$(TARGET) EMUDIR = $(ERL_TOP)/erts/emulator/beam |