comparison sqlite/Makefile @ 1680:92b4af21e6d2 trunk

[svn] Fixed some Makefiles to make it work with BSD make. I checked that it doesn't break gmake (compile & run works).
author js
date Wed, 13 Sep 2006 13:56:08 -0700
parents e402e0217870
children 0ca5a530be95
comparison
equal deleted inserted replaced
1679:2dab9da1abc4 1680:92b4af21e6d2
16 where.c utf.c legacy.c 16 where.c utf.c legacy.c
17 17
18 OBJECTS=${SOURCES:.c=.o} 18 OBJECTS=${SOURCES:.c=.o}
19 19
20 include ../mk/objective.mk 20 include ../mk/objective.mk
21
22 libsqlite.a: $(OBJECTS)
23 $(AR) cq $@ $(OBJECTS)