summaryrefslogtreecommitdiff
path: root/net/freenet6/files/patch-src-Makefile
blob: cfe5bc04e43cd5ddf063fc8834350062a1000b2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- src/Makefile.orig	Thu Dec  6 06:06:55 2001
+++ src/Makefile	Tue Oct 22 22:50:38 2002
@@ -11,7 +11,7 @@
 INC=.
 BIN=../bin
 
-CC=gcc -g -I$(INC) -Wall
+CC+=$(CFLAGS) -g -I$(INC) -Wall
 
 pre-clean:
 	@if [ -f $(BIN)/tspc.conf ]; then rm -f $(BIN)/tspc.conf; fi
@@ -22,7 +22,7 @@
 	@echo Installing tspc
 	mkdir -p $(install_bin)
 	$(COPY) $(BIN)/$(TSPC) $(install_bin)/$(TSPC)
-	$(COPY) $(BIN)/tspc.conf $(install_bin)/tspc.conf
+	$(COPY) $(BIN)/tspc.conf $(install_etc)/tspc.conf
 	@echo End of tspc installation
 
 $(BIN)/tspc.conf: