From 15d9eba1ceda558357ad5b04d66389bcaeda454c Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Sat, 28 Dec 2002 07:07:13 +0000 Subject: [PATCH] add "all" to phony targets --- src/share/Makefile.lite | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/share/Makefile.lite b/src/share/Makefile.lite index 1419c0fd..00143cb5 100644 --- a/src/share/Makefile.lite +++ b/src/share/Makefile.lite @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -.PHONY: gain_analysis getopt grabbag utf8 +.PHONY: all gain_analysis getopt grabbag utf8 all: gain_analysis getopt grabbag utf8 DEFAULT_CONFIG = release