summaryrefslogtreecommitdiff
path: root/net/hagelslag/files/patch-gui-api-c++-Makefile
blob: c08e636c1fa714be0cdbf2890e17e2c59740834e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- gui-api/c++/Makefile.orig	Thu Feb  1 16:28:34 2001
+++ gui-api/c++/Makefile	Wed Feb 14 14:43:15 2001
@@ -1,5 +1,4 @@
-CXX=g++
-CXXFLAGS=-Wall -O2 -g
+CXXFLAGS+=-Wall -O2 -g
 
 H_FILES = List.h DownloadList.h ResultList.h UploadList.h ConnectionList.h \
 	ShareList.h HostList.h OptionList.h StatList.h QueryList.h \
@@ -24,7 +23,7 @@
 	rm -f *~ *.o *.a *.bak
 
 depend:
-	makedepend $(CPP_FILES) -Y
+	makedepend $(CPP_FILES)
 
 count:
 	@echo GUI-API c++