Some fixes default tip
authorMichael Smith <smithm@netapps.com.au>
Wed Mar 24 20:28:38 2010 +1100 (2010-03-24)
changeset 63f0bddec7a945
parent 62 8f684046a062
Some fixes
Makefile.openmoko
     1.1 --- a/Makefile.openmoko	Wed Mar 24 20:23:42 2010 +1100
     1.2 +++ b/Makefile.openmoko	Wed Mar 24 20:28:38 2010 +1100
     1.3 @@ -22,14 +22,14 @@
     1.4  LDFLAGS=-L$(ROOT)/lib -ledje -lecore -lecore_evas -lelementary -lsqlite3
     1.5  
     1.6  all: $(objects)
     1.7 -    cd utilities; make -f Makefile.openmoko all
     1.8 +	cd utilities; make -f Makefile.openmoko all
     1.9  	arm-angstrom-linux-gnueabi-gcc $(LDFLAGS) -o deskcat $(objects)  $(utilities)
    1.10  
    1.11  .c.o:
    1.12  	arm-angstrom-linux-gnueabi-gcc -DVERSION=$(VERSION) -c $(CFLAGS) $?
    1.13  
    1.14  clean:
    1.15 -    cd utilities; make -f Makefile.openmoko clean
    1.16 +	cd utilities; make -f Makefile.openmoko clean
    1.17  	-rm -f *.o deskcat
    1.18  
    1.19  deploy: