From 0678c62ac718bdba5a2826d3f55428f1ba5ffa93 Mon Sep 17 00:00:00 2001 From: Milan Bouchet-Valat Date: Mon, 24 Aug 2015 10:35:47 +0200 Subject: [PATCH] Don't install test/libccalltest.so This architecture-dependent file should not be placed in datarootdir. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index aae174111f4f2..4a6e65ea30713 100644 --- a/Makefile +++ b/Makefile @@ -345,6 +345,7 @@ endif # Remove various files which should not be installed -rm -f $(DESTDIR)$(datarootdir)/julia/base/version_git.sh -rm -f $(DESTDIR)$(datarootdir)/julia/test/Makefile + -rm -f $(DESTDIR)$(datarootdir)/julia/test/libccalltest.so # Copy in beautiful new man page $(INSTALL_F) $(build_man1dir)/julia.1 $(DESTDIR)$(man1dir)/ # Copy icon and .desktop file