Lines 1-8
Link Here
|
1 |
--- Makefile.orig 2014-06-27 09:35:09.376925204 +0800 |
1 |
--- Makefile.orig 2011-08-01 14:48:54 UTC |
2 |
+++ Makefile 2014-06-27 09:35:32.058892336 +0800 |
2 |
+++ Makefile |
3 |
@@ -51,8 +51,8 @@ geomWatch: ${FILES} |
3 |
@@ -48,11 +48,11 @@ OPTIONS=-Wall \ |
4 |
${CXX} ${OPTIONS} -o geomWatch geomWatch.cpp |
4 |
all: geomWatch |
5 |
|
5 |
|
|
|
6 |
geomWatch: ${FILES} |
7 |
- ${CXX} ${OPTIONS} -o geomWatch geomWatch.cpp |
8 |
+ ${CXX} ${CXXFLAGS} ${OPTIONS} -o geomWatch geomWatch.cpp |
9 |
|
6 |
install: |
10 |
install: |
7 |
- install -s -o root -g wheel -m 755 geomWatch ${PREFIX}/sbin |
11 |
- install -s -o root -g wheel -m 755 geomWatch ${PREFIX}/sbin |
8 |
- install -o root -g wheel -m 400 geomWatch.conf.sample ${PREFIX}/etc |
12 |
- install -o root -g wheel -m 400 geomWatch.conf.sample ${PREFIX}/etc |