From: Guido van Rossum Date: Tue, 5 Sep 2000 04:46:32 +0000 (+0000) Subject: Sh*t! Should use $(srcdir)/LICENSE of course. X-Git-Tag: v2.0b1~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10912854a29185fe41eba93be6e87bdd75278acb;p=python Sh*t! Should use $(srcdir)/LICENSE of course. --- diff --git a/Makefile.in b/Makefile.in index 2751d4e15b..f1d37ed3bd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -321,7 +321,7 @@ libinstall: python $(srcdir)/Lib/$(PLATDIR) esac; \ done; \ done - $(INSTALL_DATA) LICENSE $(LIBDEST)/LICENSE.txt + $(INSTALL_DATA) $(srcdir)/LICENSE $(LIBDEST)/LICENSE.txt PYTHONPATH=$(LIBDEST) \ ./python$(EXE) -tt $(LIBDEST)/compileall.py $(LIBDEST) PYTHONPATH=$(LIBDEST) \