13 lines
403 B
Plaintext
13 lines
403 B
Plaintext
|
diff -ruN qmailanalog-0.70-02/Makefile qmailanalog-0.70-03/Makefile
|
||
|
--- qmailanalog-0.70-02/Makefile Sun Aug 30 17:39:26 1998
|
||
|
+++ qmailanalog-0.70-03/Makefile Mon Feb 5 19:28:00 2001
|
||
|
@@ -37,7 +37,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
|