From c2a12c10ea6b96da9916119a618653513af15a33 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 11 Feb 2009 17:33:33 +0000 Subject: [PATCH] Add more targets to the list that we need to include all libraries for --- libraries/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/Makefile b/libraries/Makefile index 6954659..46e90d9 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -48,7 +48,7 @@ endif ifeq "$(stage)" "2" DO_STAGE_2_LIBS := YES endif -ifneq "$(filter install clean,$(MAKECMDGOALS))" "" +ifneq "$(filter install clean maintainer-clean distclean binary-dist,$(MAKECMDGOALS))" "" DO_STAGE_1_LIBS := YES DO_STAGE_2_LIBS := YES endif -- 1.7.10.4