diff options
-rw-r--r-- | Makefile.common | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.common b/Makefile.common index 2dae705..54a0fef 100644 --- a/Makefile.common +++ b/Makefile.common @@ -291,11 +291,11 @@ clean:: distclean:: ${RM} -r rpm - ${RM} *.rpm - ${RM} *.omf - ${RM} *.desktop - ${RM} *.spec - ${RM} *.src.tar.gz + ${RM} $(DOCBASE)*.rpm + ${RM} $(DOCBASE)*.omf + ${RM} $(DOCBASE)*.desktop + ${RM} $(DOCBASE)*.spec + ${RM} $(DOCBASE)*.src.tar.gz spec:: ${SPECFILE} |