From 8dba590f374fa0dcfac4f785ae34caa22a1a0a33 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 10 Aug 2010 02:10:58 +0200 Subject: [PATCH] More Makefile fixes. --- hardware/0.1/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hardware/0.1/Makefile b/hardware/0.1/Makefile index 2c9dada..4c1bace 100644 --- a/hardware/0.1/Makefile +++ b/hardware/0.1/Makefile @@ -22,8 +22,10 @@ P = openbiosprog-spi clean: - @rm -f $(P).gbo $(P).gto $(P).gtl $(P).gbl $(P).mdc $(P).bak - @rm -f $(P).bck $(P).dcm $(P).cmp $(P).drl $(P).rpt + @rm -f $(P)-*.gbo $(P)-*.gto $(P)-*.gtl $(P)-*.gbl + @rm -f $(P)-*.gbs $(P)-*.gts $(P)-*.gbr + @rm -f $(P)-drl.pho $(P)-drl.rpt + @rm -f $(P).mdc $(P).bak $(P).bck $(P).dcm $(P).cmp $(P).drl @rm -f $(P)-cache.* distclean: clean -- 2.1.4