From bcf4aa1658852b2434fa571e92c939073054dc6c Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Mon, 20 Apr 2009 04:31:59 +0200 Subject: [PATCH] make upgrade: Don't remove /usr/lib/crt[1in].o anymore. --- Makefile_upgrade.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile_upgrade.inc b/Makefile_upgrade.inc index 66c50be539..140754ea6b 100644 --- a/Makefile_upgrade.inc +++ b/Makefile_upgrade.inc @@ -21,13 +21,10 @@ TO_REMOVE+=/usr/lib/gcc3/crtbegin.o TO_REMOVE+=/usr/lib/gcc3/crtbeginS.o TO_REMOVE+=/usr/lib/gcc3/crtend.o TO_REMOVE+=/usr/lib/gcc3/crtendS.o -TO_REMOVE+=/usr/lib/crt1.o TO_REMOVE+=/usr/lib/crtbegin.o TO_REMOVE+=/usr/lib/crtbeginS.o TO_REMOVE+=/usr/lib/crtend.o TO_REMOVE+=/usr/lib/crtendS.o -TO_REMOVE+=/usr/lib/crti.o -TO_REMOVE+=/usr/lib/crtn.o TO_REMOVE+=/usr/include/dev/netif/wi/if_wavelan_ieee.h TO_REMOVE+=/usr/include/net/if_ieee80211.h TO_REMOVE+=/usr/sbin/pccardc -- 2.11.4.GIT