From 928b4cd3561691b49f1e13808de0ec7d541fad93 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 25 Jan 2016 16:53:31 +0100 Subject: [PATCH] Makefile: don't run all-test, it break cross-compile Signed-off-by: Koen Kooi --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f670d1a..907669d 100644 --- a/Makefile +++ b/Makefile @@ -377,7 +377,7 @@ JBGOPTS=-m 16 -d 0 -p 92 # Equivalent options for pbmtojbg # # The usual build rules # -all: all-test $(PROGS) $(BINPROGS) $(SHELLS) getweb \ +all: $(PROGS) $(BINPROGS) $(SHELLS) getweb \ all-icc2ps all-osx-hotplug man doc \ all-done