diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,5 +1,5 @@ NAME=bootsplash -VERSION := 3.3.4 +VERSION := 3.3.5 SUBDIRS=scripts FILES=$(SUBDIRS) Makefile ChangeLog README @@ -9,9 +9,6 @@ sharedir=/usr/share configdir=/etc RPM=$(HOME)/rpm -SVNSOFT=svn+ssh://svn.mandriva.com/svn/soft/bootsplash/ -SVNNAME=svn+ssh://svn.mandriva.com/svn/packages/cooker/bootsplash/current/ - all: @for i in $(SUBDIRS);do make -C $$i all || exit 1 ;done |