]> git.pld-linux.org Git - packages/boxes.git/blob - boxes-cflags.patch
- tabs in preamble
[packages/boxes.git] / boxes-cflags.patch
1 diff -urN boxes-1.1.orig/src/Makefile boxes-1.1/src/Makefile
2 --- boxes-1.1.orig/src/Makefile 2000-03-18 00:53:59.000000000 +0100
3 +++ boxes-1.1/src/Makefile      2003-08-10 12:56:00.000000000 +0200
4 @@ -99,10 +99,10 @@
5  
6  
7  build:
8 -       $(MAKE) CFLAGS_ADDTL=-O boxes
9 +       $(MAKE) boxes
10         strip boxes
11  debug:
12 -       $(MAKE) CFLAGS_ADDTL=-g boxes
13 +       $(MAKE) boxes
14  
15  boxes: $(ALL_OBJ)
16         $(MAKE) -C regexp CC=$(CC) libregexp.a
This page took 0.069694 seconds and 3 git commands to generate.