X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fclean.mk;h=b5cd2e7b9dd109f062fc7e8e34b7c41a458562a5;hb=f3a44fc094dc5ce393e2029d3c7c6587a4b1a835;hp=c2caee07e2bab975a929088364726d80d77b6f20;hpb=e38680e6b5234f46ad25488e0da448d42a222688;p=fw%2Fsdcc diff --git a/doc/clean.mk b/doc/clean.mk index c2caee07..b5cd2e7b 100644 --- a/doc/clean.mk +++ b/doc/clean.mk @@ -4,7 +4,7 @@ clean: *.pdf *.tex *.aux *.dvi *.idx *.ilg *.out\ *.ind *.log *.toc *~ \#* *.ps */*.css */*.pl *.gif core *.glo rm -rf sdcc-doc sdcc-doc.tar.bz2 - if [ "$(srcdir)" != "." ]; then rm *.lyx; fi + if [ "$(srcdir)" != "." ]; then rm -f *.lyx; fi # Deleting all files created by configuring or building the program # -----------------------------------------------------------------