From e54ddcf450d54e0409accaecf7be7199727facfb Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Thu, 4 Jun 2009 00:05:02 +0200 Subject: [PATCH] Makefile: never compile python modules by default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a6a9ffe6b..0cbe0b812 100644 --- a/Makefile +++ b/Makefile @@ -113,4 +113,4 @@ pycompile-all: $(PYTHON) -c "import compileall; compileall.compile_dir('$(DESTDIR)/$(LIBDIR)/entropy', force = True, quiet = True)" -install: entropy-install entropy-server-install equo-install notification-applet-install sulfur-install pycompile-all updates-daemon-install +install: entropy-install entropy-server-install equo-install notification-applet-install sulfur-install updates-daemon-install