#! /bin/sh

for FILE in ` find . -name Makefile.m4 -a -print `
do
	rcp carl:/carl/src/carl/src/$FILE $FILE
done
