diff options
author | Michael Scherer <misc@mandriva.com> | 2006-01-18 10:39:17 +0000 |
---|---|---|
committer | Michael Scherer <misc@mandriva.com> | 2006-01-18 10:39:17 +0000 |
commit | ef1d6aec258ead28313ac9989f04e8dbcf810ffb (patch) | |
tree | 214cd9e2f06df9b49f9a451e410f31a7c1eadc13 | |
parent | f0b538539e5705ef987c8d0d7a2645d6d5f88ba0 (diff) | |
download | bootsplash-ef1d6aec258ead28313ac9989f04e8dbcf810ffb.tar bootsplash-ef1d6aec258ead28313ac9989f04e8dbcf810ffb.tar.gz bootsplash-ef1d6aec258ead28313ac9989f04e8dbcf810ffb.tar.bz2 bootsplash-ef1d6aec258ead28313ac9989f04e8dbcf810ffb.tar.xz bootsplash-ef1d6aec258ead28313ac9989f04e8dbcf810ffb.zip |
Fix name of Makefile
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ #--------------------------------------------------------------- BINFILES=rpmbuildupdate -OTHERFILES=Makefile.rpmbuildupdate rpmbuildupdate.spec rpmbuildupdate.bash-completion ChangeLog.rpmbuildupdate +OTHERFILES=Makefile rpmbuildupdate.spec rpmbuildupdate.bash-completion ChangeLog.rpmbuildupdate FILES=$(BINFILES) $(OTHERFILES) PACKAGE=rpmbuildupdate |