Skip to content

Commit f8c6697

Browse files
eklitzkefanquake
authored andcommitted
Fix automake warnings when running autogen.sh
1 parent ff92fbf commit f8c6697

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

Makefile.am

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ SUBDIRS += doc/man
99
endif
1010
.PHONY: deploy FORCE
1111

12-
GZIP_ENV="-9n"
1312
export PYTHONPATH
1413

1514
if BUILD_BITCOIN_LIBS

src/Makefile.am

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -500,10 +500,6 @@ clean-local:
500500
## FIXME: How to get the appropriate modulename_CPPFLAGS in here?
501501
$(AM_V_GEN) $(WINDRES) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(CPPFLAGS) -DWINDRES_PREPROC -i $< -o $@
502502

503-
.mm.o:
504-
$(AM_V_CXX) $(OBJCXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
505-
$(CPPFLAGS) $(AM_CXXFLAGS) $(QT_INCLUDES) $(AM_CXXFLAGS) $(PIE_FLAGS) $(CXXFLAGS) -c -o $@ $<
506-
507503
check-symbols: $(bin_PROGRAMS)
508504
if GLIBC_BACK_COMPAT
509505
@echo "Checking glibc back compat..."

0 commit comments

Comments
 (0)