]> git.pld-linux.org Git - packages/djplayer.git/blob - djplayer-Makefile_add_CFLAGS.patch
- tabs in preamble
[packages/djplayer.git] / djplayer-Makefile_add_CFLAGS.patch
1 --- djplayer.old/Makefile       2004-08-16 16:58:18.000000000 +0200
2 +++ djplayer/Makefile   2004-08-16 17:02:55.000000000 +0200
3 @@ -9,7 +9,7 @@
4  all:   djplayer
5  
6  djplayer:      $(OBJS)
7 -       $(CC) $(OBJS) -lcurses -o djplayer
8 +       $(CC) $(CFLAGS) $(OBJS) -lcurses -o djplayer
9  
10  clean: 
11         rm -f *.o core
This page took 0.069601 seconds and 3 git commands to generate.