fix bugs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@125 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2772553f97
commit
454be44f8d
2 changed files with 3 additions and 3 deletions
|
@ -57,11 +57,11 @@ test: test.tab.o test.lex.o $(LIBRARY)
|
|||
|
||||
test.tab.o: test.tab.c
|
||||
@echo "Compiling" $<...
|
||||
@$(CC) $(INCLUDES) -g -o $(@) -O3 -fomit-frame-pointer -c test.tab.c
|
||||
@$(CC) $(INCLUDES) $(DEFINES) -g -o $(@) -O3 -fomit-frame-pointer -c test.tab.c
|
||||
|
||||
test.lex.o: test.lex.c
|
||||
@echo "Compiling" $<...
|
||||
@$(CC) $(INCLUDES) -g -o $(@) -O3 -fomit-frame-pointer -c test.lex.c
|
||||
@$(CC) $(INCLUDES) $(DEFINES) -g -o $(@) -O3 -fomit-frame-pointer -c test.lex.c
|
||||
|
||||
test.tab.h: test.tab.c
|
||||
|
||||
|
|
|
@ -70,7 +70,7 @@ HEADERS = $(PACKAGE).h \
|
|||
inlines.h \
|
||||
functions.h
|
||||
|
||||
SOURCES = $(wildcard $(PACKAGE)-$.c)
|
||||
SOURCES = $(wildcard $(PACKAGE)-*.c)
|
||||
|
||||
OBJECTS = $(SOURCES:.c=.o)
|
||||
|
||||
|
|
Loading…
Reference in a new issue