13 lines
395 B
Plaintext
13 lines
395 B
Plaintext
|
diff -ruN ucspi-tcp-0.88-02/Makefile ucspi-tcp-0.88-03/Makefile
|
||
|
--- ucspi-tcp-0.88-02/Makefile Sat Mar 18 10:18:42 2000
|
||
|
+++ ucspi-tcp-0.88-03/Makefile Mon Feb 5 16:37:02 2001
|
||
|
@@ -38,7 +38,7 @@
|
||
|
|
||
|
auto_home.c: \
|
||
|
auto-str conf-home
|
||
|
- ./auto-str auto_home `head -1 conf-home` > auto_home.c
|
||
|
+ ./auto-str auto_home `pwd`/root`head -1 conf-home` > auto_home.c
|
||
|
|
||
|
auto_home.o: \
|
||
|
compile auto_home.c
|