Author: thomasp
Date: 2005-08-01 08:29:40 -0600 (Mon, 01 Aug 2005)
New Revision: 452

Modified:
   x86/trunk/packages/coreutils/Makefile
   x86/trunk/packages/gcc/Makefile
Log:
minor fixes to gcc and coreutils Makefiles

Modified: x86/trunk/packages/coreutils/Makefile
===================================================================
--- x86/trunk/packages/coreutils/Makefile       2005-08-01 12:07:49 UTC (rev 
451)
+++ x86/trunk/packages/coreutils/Makefile       2005-08-01 14:29:40 UTC (rev 
452)
@@ -63,7 +63,7 @@
        @chroot "$(MP)" $(chenv-pre-bash) \
        'cd $(ROOT) && make ch-$(NM) $(chbash-pre-bash)'
 
-stage2: Makefile $(FILE) $(PATCH1)
+stage2: Makefile $(FILE) $(PATCH1) $(PATCH2)
        @$(std_build)
 
 compile-stage2:

Modified: x86/trunk/packages/gcc/Makefile
===================================================================
--- x86/trunk/packages/gcc/Makefile     2005-08-01 12:07:49 UTC (rev 451)
+++ x86/trunk/packages/gcc/Makefile     2005-08-01 14:29:40 UTC (rev 452)
@@ -120,7 +120,7 @@
 #==============================================================================
        @cd ../$(DIR) ; patch -Np1 -i ../$(PATCH1) ; \
         patch -Np1 -i ../$(PATCH3)
-       @sed -i 's/install_to_$$(INSTALL_DEST) //' libiberty/Makefile.in
+       @sed -i 's/install_to_$$(INSTALL_DEST) //' 
../$(DIR)/libiberty/Makefile.in
        @../$(DIR)/configure --prefix=/usr --libexecdir=/usr/lib \
         --enable-shared --enable-threads=posix --enable-__cxa_atexit \
         --enable-clocale=gnu --enable-languages=c,c++ >../$(DIR)[EMAIL 
PROTECTED] 2>&1

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to