|
Lines 1-5
Link Here
|
| 1 |
--- modules_check/Makefile.orig Mon Nov 26 07:31:09 2001 |
1 |
--- modules_check/Makefile.orig Sun Nov 25 17:31:09 2001 |
| 2 |
+++ modules_check/Makefile Tue May 14 14:16:16 2002 |
2 |
+++ modules_check/Makefile Sat Feb 21 14:25:58 2004 |
| 3 |
@@ -1,14 +1,15 @@ |
3 |
@@ -1,14 +1,15 @@ |
| 4 |
# If you want to debug lmd comment out this line and recompile it |
4 |
# If you want to debug lmd comment out this line and recompile it |
| 5 |
# Launch lmd with -v option to see debug messages |
5 |
# Launch lmd with -v option to see debug messages |
|
Lines 16-22
Link Here
|
| 16 |
|
16 |
|
| 17 |
socket.o: |
17 |
socket.o: |
| 18 |
- gcc -c ../socket.c -o socket.o |
18 |
- gcc -c ../socket.c -o socket.o |
| 19 |
+ ${CC} -c ../socket.c -o socket.o |
19 |
+ ${CC} ${OPTS} -c ../socket.c -o socket.o |
| 20 |
|
20 |
|
| 21 |
clean: |
21 |
clean: |
| 22 |
rm *.so *.o |
22 |
rm *.so *.o |