diff options
author | Lukas Larsson <[email protected]> | 2013-02-15 17:03:41 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2013-02-15 17:03:41 +0100 |
commit | 2818b1ff65d326e7ac7ff2280495b286efe30303 (patch) | |
tree | c6d0529b03b99ccab822847d43c5b6f2c8792882 /erts/emulator/Makefile.in | |
parent | c96d6946d7fcb47f526bcdbf199b2048ec3fe672 (diff) | |
download | otp-2818b1ff65d326e7ac7ff2280495b286efe30303.tar.gz otp-2818b1ff65d326e7ac7ff2280495b286efe30303.tar.bz2 otp-2818b1ff65d326e7ac7ff2280495b286efe30303.zip |
Remove could not find warning
Diffstat (limited to 'erts/emulator/Makefile.in')
-rw-r--r-- | erts/emulator/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/Makefile.in b/erts/emulator/Makefile.in index 7033ea0a3d..2877e58cdf 100644 --- a/erts/emulator/Makefile.in +++ b/erts/emulator/Makefile.in @@ -20,7 +20,7 @@ include $(ERL_TOP)/make/target.mk include ../vsn.mk include $(ERL_TOP)/make/$(TARGET)/otp.mk -include $(TARGET)/gen_git_version.mk +-include $(TARGET)/gen_git_version.mk ENABLE_ALLOC_TYPE_VARS = @ENABLE_ALLOC_TYPE_VARS@ |