summaryrefslogtreecommitdiffstats
path: root/gnu/objc
diff options
context:
space:
mode:
authorEric Sandall2007-01-16 16:00:45 -0800
committerEric Sandall2007-01-16 16:00:45 -0800
commit5f5f894db16dd045f8547fdd022e0214ce4d41a9 (patch)
treecf38caf9c626f986fca5216633cb6e28b5bb3664 /gnu/objc
parentd3e2c25f27bd997d557981dc0afce325185d88b4 (diff)
Fix compilers with delve (Bug #10647)
Diffstat (limited to 'gnu/objc')
-rw-r--r--gnu/objc/HISTORY4
-rwxr-xr-xgnu/objc/INSTALL5
2 files changed, 9 insertions, 0 deletions
diff --git a/gnu/objc/HISTORY b/gnu/objc/HISTORY
index c9ea858d51..ca0537364a 100644
--- a/gnu/objc/HISTORY
+++ b/gnu/objc/HISTORY
@@ -1,3 +1,7 @@
+2007-01-16 Eric Sandall <eric@sandall.us>
+ * INSTALL: cd to $SOURCE_DIRECTORY.bld at beginning of INSTALL
+ Bug #10647
+
2006-10-03 Juuso Alasuutari <iuso@sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
diff --git a/gnu/objc/INSTALL b/gnu/objc/INSTALL
index 37e5d19c53..d55d493157 100755
--- a/gnu/objc/INSTALL
+++ b/gnu/objc/INSTALL
@@ -1,3 +1,8 @@
+#
+# Bug #10647, also fixed in devel Sorcery
+#
+cd $SOURCE_DIRECTORY.bld &&
+
make -C gcc lang.install-common lang.install-man &&
install -c gcc/cc1obj ${INSTALL_ROOT}/usr/libexec/gcc/$HOST/$VERSION/ &&
make -C $HOST/libobjc/ install &&