diff options
author | Florent Villard <warly@mandriva.com> | 2003-09-21 16:03:42 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2003-09-21 16:03:42 +0000 |
commit | 8ac03792113985107f4d61cc99ab6365e2684e8b (patch) | |
tree | 4d19572dd2bc7111ad09c4a02677d187e2b1925a | |
parent | b625423780ca982e949dad4da29391430b7585ae (diff) | |
download | bootsplash-8ac03792113985107f4d61cc99ab6365e2684e8b.tar bootsplash-8ac03792113985107f4d61cc99ab6365e2684e8b.tar.gz bootsplash-8ac03792113985107f4d61cc99ab6365e2684e8b.tar.bz2 bootsplash-8ac03792113985107f4d61cc99ab6365e2684e8b.tar.xz bootsplash-8ac03792113985107f4d61cc99ab6365e2684e8b.zip |
fix make clean in fb/
-rw-r--r-- | bootsplash.spec | 5 | ||||
-rw-r--r-- | fb/Makefile | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/bootsplash.spec b/bootsplash.spec index a9254c5..3a291d6 100644 --- a/bootsplash.spec +++ b/bootsplash.spec @@ -1,5 +1,5 @@ %define name bootsplash -%define version 2.0.5 +%define version 2.0.6 %define release 1mdk %define _bootdir /boot @@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Sun Sep 21 2003 Warly <warly@mandrakesoft.com> 2.0.6-1mdk +- fix bad make clean + * Thu Sep 18 2003 Warly <warly@mandrakesoft.com> 2.0.5-1mdk - pablo fixes for japanese diff --git a/fb/Makefile b/fb/Makefile index 52958ed..c7c218b 100644 --- a/fb/Makefile +++ b/fb/Makefile @@ -26,7 +26,7 @@ install: install -m755 fbresolution $(bindir) clean: - rm -f *~ *.o *.bak core + rm -f *~ *.o *.bak core $(PROGS) realclean: clean rm -f $(PROGS) |