]> git.pld-linux.org Git - packages/boxes.git/blame - boxes-cflags.patch
- tabs in preamble
[packages/boxes.git] / boxes-cflags.patch
CommitLineData
42b41167 1diff -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
bd49b9c6
TP
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.064375 seconds and 4 git commands to generate.