buildrootschalter/package/espeak/espeak-01-do-not-compil-when-install.patch
Arnaud Aujon 10b6d10009 espeak: new package
[Thomas: minor formatting tweaks to the Config.in and .mk file.]

Signed-off-by: Arnaud Aujon <arnaud@intelibre.fr>
Tested-by: Marcelo Gutierrez <kuyurix@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-08-04 22:40:45 +02:00

16 lines
442 B
Diff

Makefile: do not execute the rule "all" when executing "install"
signed-off-by: Arnaud Aujon <arnaud.aujon@gmail.com>
===================================================================
--- espeak-1.47.11-source.orig/src/Makefile
+++ espeak-1.47.11-source/src/Makefile
@@ -131,7 +131,7 @@
rm -f $(BIN2_NAME)
rm -f $(LIB_NAME)*
-install: all
+install:
# Create directories
rm -rf $(DESTDIR)$(DATADIR)
$(MKDIR) $(DESTDIR)$(BINDIR)