mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
so this works now
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0c4589d3bc
commit
530f01f3dc
4 changed files with 39 additions and 33 deletions
|
|
@ -22,7 +22,7 @@ TARGET = rockboxui
|
|||
CC = gcc
|
||||
RM = rm
|
||||
|
||||
CFLAGS = -g -O2
|
||||
CFLAGS = -g
|
||||
CPPFLAGS = -DHAVE_CONFIG_H -DGETTIMEOFDAY_TWO_ARGS
|
||||
LDFLAGS = -lX11 -lm -lXt -lXmu -lsocket -lnsl
|
||||
|
||||
|
|
@ -42,7 +42,7 @@ distclean: clean
|
|||
$(RM) config.cache
|
||||
|
||||
.c.o:
|
||||
$(CC) $(CPPFLAGS) $(CCFLAGS) -c $<
|
||||
$(CC) $(CPPFLAGS) $(CFLAGS) -c $<
|
||||
|
||||
$(DEPEND):
|
||||
$(CC) -MM $(CFLAGS) $(SRCS) > $(DEPEND)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue