build: fix automake warnings when running autogen.sh

- Removes hard coded GZIP_ENV because this is now handled properly
  by gitian.
- Removes target '.mm.o' because that was needed for XCode <= 4.2

Cherry-picked from: f8c6697
This commit is contained in:
Evan Klitzke 2017-08-08 18:56:18 -07:00 committed by Patrick Lodder
parent 3ad3cd5647
commit c4ef2d1f03
No known key found for this signature in database
GPG Key ID: 2D3A345B98D0DC1F
2 changed files with 0 additions and 5 deletions

View File

@ -9,7 +9,6 @@ SUBDIRS += doc/man
endif endif
.PHONY: deploy FORCE .PHONY: deploy FORCE
GZIP_ENV="-9n"
export PYTHONPATH export PYTHONPATH
if BUILD_BITCOIN_LIBS if BUILD_BITCOIN_LIBS

View File

@ -498,10 +498,6 @@ clean-local:
## FIXME: How to get the appropriate modulename_CPPFLAGS in here? ## FIXME: How to get the appropriate modulename_CPPFLAGS in here?
$(AM_V_GEN) $(WINDRES) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(CPPFLAGS) -DWINDRES_PREPROC -i $< -o $@ $(AM_V_GEN) $(WINDRES) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(CPPFLAGS) -DWINDRES_PREPROC -i $< -o $@
.mm.o:
$(AM_V_CXX) $(OBJCXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CXXFLAGS) $(QT_INCLUDES) $(AM_CXXFLAGS) $(PIE_FLAGS) $(CXXFLAGS) -c -o $@ $<
check-symbols: $(bin_PROGRAMS) check-symbols: $(bin_PROGRAMS)
if GLIBC_BACK_COMPAT if GLIBC_BACK_COMPAT
@echo "Checking glibc back compat..." @echo "Checking glibc back compat..."