mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
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
|
test.tab.o: test.tab.c
|
||||||
@echo "Compiling" $<...
|
@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
|
test.lex.o: test.lex.c
|
||||||
@echo "Compiling" $<...
|
@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
|
test.tab.h: test.tab.c
|
||||||
|
|
||||||
|
|
|
@ -70,7 +70,7 @@ HEADERS = $(PACKAGE).h \
|
||||||
inlines.h \
|
inlines.h \
|
||||||
functions.h
|
functions.h
|
||||||
|
|
||||||
SOURCES = $(wildcard $(PACKAGE)-$.c)
|
SOURCES = $(wildcard $(PACKAGE)-*.c)
|
||||||
|
|
||||||
OBJECTS = $(SOURCES:.c=.o)
|
OBJECTS = $(SOURCES:.c=.o)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue