From e8ffa02e850647cdc45e3ea08bf97c2232367d3a Mon Sep 17 00:00:00 2001 From: markm Date: Wed, 24 Oct 2001 07:59:42 +0000 Subject: Back out my last commit. Ruslan (ru) has a better fix. --- share/examples/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'share/examples/Makefile') diff --git a/share/examples/Makefile b/share/examples/Makefile index b589473..1f1b7e4 100644 --- a/share/examples/Makefile +++ b/share/examples/Makefile @@ -21,8 +21,6 @@ all clean cleandir depend lint tags: beforeinstall: etc-examples ${SHARED} -copies:: - .for dir in ${DIRS} FILES!= find -L ${dir} \( -name CVS -prune \) -o -type f -print .for file in ${FILES} @@ -31,8 +29,6 @@ copies:: .endfor .endfor -symlinks:: - .for dir in ${DIRS} symlinks:: rm -rf ${DDIR}/${dir}; ln -s ${.CURDIR}/${dir} ${DDIR} -- cgit v1.1