summaryrefslogtreecommitdiffstats
path: root/archivers/ha/files/patch-ab
blob: 65be1d557ba13556f24efabec11117e12bf47ce1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- makefile.nix.orig	Wed Jan 11 23:26:26 1995
+++ makefile.nix	Sat Mar 30 18:39:08 2002
@@ -21,10 +21,9 @@
 
 MCH = nix
 
-CC = gcc
+CC ?= gcc
 CPP = $(CC) -E
-CFLAGS = -Wall -O2 -c -I../$(MCH) -I../include
-LDFLAGS = -O2
+CFLAGS += -Wall  -c -I../$(MCH) -I../include
 
 MDEFINES = "CC=$(CC)" "CPP=$(CPP)" "CFLAGS=$(CFLAGS)" "DEFS=$(DEFS)"
 SUBDIRS = c $(MCH) include
OpenPOWER on IntegriCloud