#!/bin/sh
if	grep "^ALLDIRS" Makefile.in >/dev/null
then	R=""
else	R="make.rulez"
fi
cat make.vars local.vars Makefile.in $R > Makefile
