beautified makefile output-- now looks like everything else

This commit is contained in:
cgd 1993-03-23 04:05:20 +00:00
parent 477497da10
commit b8f99e3690
1 changed files with 2 additions and 9 deletions

View File

@ -19,14 +19,7 @@
SUBDIR= src man
all: ${SUBDIR}
${SUBDIR}: FRC
cd $@; make ${MFLAGS}
all clean cleandir depend install lint tags obj:
for i in ${SUBDIR}; do \
(cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} $@); \
@for i in ${SUBDIR}; do \
(echo "===> $$i"; cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} $@); \
done
FRC: