summaryrefslogtreecommitdiff
path: root/fml/Makefile
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-01-24 11:09:51 +0000
committerfukachan <fukachan>2001-01-24 11:09:51 +0000
commitf94306cd9599541631bc742946deaf393ce4aa21 (patch)
tree8662a0b7c7967ba87c27eeff83f3a138fd2e1ffe /fml/Makefile
parent1febdc0adfcf4e2324bbc15360d1f89cb72e4897 (diff)
downloadfml8-f94306cd9599541631bc742946deaf393ce4aa21.tar.gz
fml8-f94306cd9599541631bc742946deaf393ce4aa21.tar.bz2
fml8-f94306cd9599541631bc742946deaf393ce4aa21.zip
rename Netlib class to MailingList class :-)
Diffstat (limited to 'fml/Makefile')
-rw-r--r--fml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/Makefile b/fml/Makefile
index 18eaf07c..55890e9d 100644
--- a/fml/Makefile
+++ b/fml/Makefile
@@ -30,9 +30,9 @@ clean:
@ find . |grep '~' |perl -nple unlink
link:
- rm -f FML Netlib IO
+ rm -f FML MailingList IO
ln -s lib/fml5/FML .
- ln -s lib/fml5/Netlib .
+ ln -s lib/fml5/MailingList .
ln -s lib/fml5/IO .
(cd libexec; ln -s fmlwrapper fml.pl)