grrr... now it should compile all files $(PACKAGE)-*.c found in the directory $(PACKAGE)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@117 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Alan Korr 2002-04-17 12:53:30 +00:00
parent 3b2ee8cf5a
commit 8a42139091

View file

@ -70,7 +70,7 @@ HEADERS = $(PACKAGE).h \
inlines.h \
functions.h
SOURCES = $(PACKAGE).c
SOURCES = $(wildcard $(PACKAGE)-$.c)
OBJECTS = $(SOURCES:.c=.o)