From 464fcd0dd84cf4c705b992a087cdcb8b403eb8ef Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 19 Oct 2006 20:09:05 +0000 Subject: New bin/minstall script - a minimal replacement for 'install'. Correctly handles symlinks so we can get rid of the COPY_LIBS stuff. --- configs/freebsd | 3 --- 1 file changed, 3 deletions(-) (limited to 'configs/freebsd') diff --git a/configs/freebsd b/configs/freebsd index 38806ab946..db7dd3b78a 100644 --- a/configs/freebsd +++ b/configs/freebsd @@ -9,9 +9,6 @@ CC = cc CXX = c++ MAKE = gmake -# cp -d not supported on FreeBSD (see bug 4435) -COPY_LIBS = cp -f - OPT_FLAGS = -O2 PIC_FLAGS = -fPIC -- cgit v1.2.3