From 52cfc41ea297a9f8fbb983859319aa40c0d8a52b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jonathan=20Neusch=C3=A4fer?= Date: Tue, 11 Oct 2011 23:54:57 +0200 Subject: [PATCH] Makefile.am: fix a typo ("smalles") --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@ -- 2.30.2