summaryrefslogtreecommitdiffstats
path: root/Makefile.def
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2004-01-24 00:25:36 +0000
committerDJ Delorie <dj@redhat.com>2004-01-24 00:25:36 +0000
commit8e21b8e53489c0b02f4ee8972bf3d5db6473c442 (patch)
treebd3d5e89631959727218dfc2da510b960ef2cba8 /Makefile.def
parentb9a766427b2ff5f5760ab8c305f3b60f08c20157 (diff)
downloadcygnal-8e21b8e53489c0b02f4ee8972bf3d5db6473c442.tar.gz
cygnal-8e21b8e53489c0b02f4ee8972bf3d5db6473c442.tar.bz2
cygnal-8e21b8e53489c0b02f4ee8972bf3d5db6473c442.zip
* Makefile.def (target_modules) [libiberty]: Don't stage.
* Makefile.in: Rebuilt.
Diffstat (limited to 'Makefile.def')
-rw-r--r--Makefile.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.def b/Makefile.def
index 319711a05..f9a7f2fcb 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -107,7 +107,7 @@ target_modules = { module= libtermcap; no_check=true; stage=true;
missing=maintainer-clean; };
target_modules = { module= winsup; };
target_modules = { module= libgloss; no_check=true; };
-target_modules = { module= libiberty; stage=true; };
+target_modules = { module= libiberty; };
target_modules = { module= gperf; };
target_modules = { module= examples; no_check=true; no_install=true; };
target_modules = { module= libffi; };