Missing file remove in Makefile (and .in)
Thierry Mallard
thierry.mallard@REDACTED
Sat Oct 26 12:58:51 CEST 2002
Hello again,
A minor fix in the Makefile.in, that should fix make install bug when
run a second time.
There may be other issue in bootstrap related target in the Makefile,
but i'm not sure yet, so i don't touch it ;-)
With best regards,
--
Thierry Mallard
http://vawis.net
-------------- next part --------------
--- Makefile.in~ 2002-10-02 23:26:31.000000000 +0200
+++ Makefile.in 2002-10-26 12:56:31.000000000 +0200
@@ -281,7 +281,7 @@
# Erlang base public files
#
install.bin:
- rm -f $(BINDIR)/erl $(BINDIR)/erlc
+ rm -f $(BINDIR)/erl $(BINDIR)/erlc $(BINDIR)/ecc $(BINDIR)/elink $(BINDIR)/ear $(BINDIR)/escript
${LN_S} $(ERLANG_BINDIR)/erl $(BINDIR)/erl
${LN_S} $(ERLANG_BINDIR)/erlc $(BINDIR)/erlc
${LN_S} $(ERLANG_BINDIR)/ecc $(BINDIR)/ecc
More information about the erlang-questions
mailing list