diff options
Diffstat (limited to 'erts/lib_src')
-rw-r--r-- | erts/lib_src/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/erts/lib_src/Makefile.in b/erts/lib_src/Makefile.in index 1d2cc7cb0c..49f5b1f048 100644 --- a/erts/lib_src/Makefile.in +++ b/erts/lib_src/Makefile.in @@ -24,7 +24,6 @@ OMIT_OMIT_FP=no CC=@CC@ -GCC=@GCC@ LD=@LD@ AR=@AR@ RANLIB=@RANLIB@ @@ -115,7 +114,7 @@ endif CREATE_DIRS= -ifeq ($(GCC)-$(OMIT_FP),yes-true) +ifeq ($(CC)-$(OMIT_FP), gcc-true) CFLAGS += -fomit-frame-pointer endif @@ -484,6 +483,8 @@ ifneq ($(strip $(INTERNAL_RELEASE_LIBS)),) $(INSTALL_DATA) $(INTERNAL_RELEASE_LIBS) $(RELSYSDIR)/lib/internal endif +docs: + release_docs_spec: |