-make bootstrap
+make bootstrap &&
+make DESTDIR=$SOURCE_DIRECTORY.install install-no-fixedincludes
diff --git a/gnu/gcc33/FINAL b/gnu/gcc33/FINAL
index 907a1a0..6eceb63 100755
--- a/gnu/gcc33/FINAL
+++ b/gnu/gcc33/FINAL
@@ -1 +1,2 @@
rm_source_dir $SOURCE_DIRECTORY.bld
+rm_source_dir $SOURCE_DIRECTORY.install
diff --git a/gnu/gcc33/HISTORY b/gnu/gcc33/HISTORY
index cd55811..087c302 100644
--- a/gnu/gcc33/HISTORY
+++ b/gnu/gcc33/HISTORY
@@ -1,3 +1,10 @@
+2007-10-20 David Brown <dmlb2000 AT gmail.com>
+ * BUILD: added program prefix and installed everything to /usr called
+ make install to a stage directory
+ * FINAL: added removal of stage directory
+ * INSTALL: rip out old install and install manually using cp
+ * PRE_BUILD: added creation of stage directory
+
2007-01-22 Thomas Orgis <sobukus AT sourcemage.org>
* DEPENDS: ensure that compilers get cast after archspecs so that
they all use the same fresh setup
diff --git a/gnu/gcc33/INSTALL b/gnu/gcc33/INSTALL
index 92260c4..4026923 100755
--- a/gnu/gcc33/INSTALL
+++ b/gnu/gcc33/INSTALL
@@ -1,22 +1,22 @@
#
# Bug #10647, also fixed in devel Sorcery
#
-cd $SOURCE_DIRECTORY.bld &&
+cd $SOURCE_DIRECTORY.install &&
+local libdir=lib
+[[ -d usr/lib64 ]] && libdir=lib64