aboutsummaryrefslogtreecommitdiff
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
commitfc434214563095d28ca1c7ee297b4576dadb5993 (patch)
tree8d060bc6d038b2c0c583aa03c554f73250fab627 /Makefile.def
parent6684fb8cee94e78491e0e61e1292f6263b5392c2 (diff)
downloadfsf-binutils-gdb-fc434214563095d28ca1c7ee297b4576dadb5993.zip
fsf-binutils-gdb-fc434214563095d28ca1c7ee297b4576dadb5993.tar.gz
fsf-binutils-gdb-fc434214563095d28ca1c7ee297b4576dadb5993.tar.bz2
* 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 319711a..f9a7f2f 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; };