From f50ef946b445346457108e40b1d31c44283935ee Mon Sep 17 00:00:00 2001
From: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Mon, 15 Jun 2009 03:22:29 -0300
Subject: [PATCH 34/48] Build and install the preload libraries by default

There is no need to restrain from installing the preload libraries (and
support applications) by default. If somebody wants to install just the
library, he/she still can by using the "libfiu" target.

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
---
 Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index f084565..ddef2ed 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
 
 
-default: libfiu
+default: all
 
-install: libfiu_install
+install: all_install
 
 all: libfiu preload
 
-- 
1.6.2.2.646.gb214

