move @ symbol to first command

This commit is contained in:
Love Hornquist Astrand
2009-09-06 08:59:30 -07:00
parent 20975e9dcd
commit b4e0897eec

View File

@@ -62,10 +62,10 @@ PROJECTS = hcrypto hdb hx509 gssapi krb5 ntlm wind
$(PROJECTS): doxygen
doxygen: hdb.dxy hx509.dxy hcrypto.dxy gssapi.dxy krb5.dxy ntlm.dxy wind.dxy
find $(srcdir)/doxyout -type d ! -perm -200 -exec chmod u+w {} ';' ; \
@find $(srcdir)/doxyout -type d ! -perm -200 -exec chmod u+w {} ';' ; \
rm -rf $(srcdir)/doxyout ; \
mkdir $(srcdir)/doxyout ; \
@for a in $(PROJECTS) ; do \
for a in $(PROJECTS) ; do \
echo $$a ; \
doxygen $$a.dxy; \
(cd $(srcdir)/doxyout && find $$a/man -type f > $$a/manpages ) ; \