From: Jonathan Neuschäfer Date: Tue, 11 Oct 2011 21:54:57 +0000 (+0200) Subject: Makefile.am: fix a typo ("smalles") X-Git-Tag: release-0.20~81 X-Git-Url: https://git.tokkee.org/?p=ncmpc.git;a=commitdiff_plain;h=52cfc41ea297a9f8fbb983859319aa40c0d8a52b Makefile.am: fix a typo ("smalles") --- diff --git a/Makefile.am b/Makefile.am index 124fb49..e93c941 100644 --- a/Makefile.am +++ b/Makefile.am @@ -153,7 +153,7 @@ src_ncmpc_SOURCES += src/lirc.c endif -# build the smalles possible ncmpc binary +# build the smallest possible ncmpc binary src/ncmpc-tiny: $(filter-out %.h,$(src_ncmpc_SOURCES)) $(COMPILE) --combine -fwhole-program $(src_ncmpc_LDFLAGS) $(src_ncmpc_LDADD) $(LIBS) $^ -o $@ strip --strip-all $@