From 9bfad61c9ee3e873277ae649792435eeeadef084 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 26 Sep 2005 11:43:01 +0000 Subject: [PATCH] emacs and python last of the big ones --- commands/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/Makefile b/commands/Makefile index 98e369b8f..d58cdde53 100755 --- a/commands/Makefile +++ b/commands/Makefile @@ -44,12 +44,12 @@ smallinstall:: small big: cd $(FLEX) && /bin/sh makeme.sh - cd $(PYTHON) && /bin/sh makeme.sh cd $(BZIP2) && /bin/sh makeme.sh cd $(KERMIT) && /bin/sh makeme.sh cd $(LYNX) && /bin/sh makeme.sh - cd $(EMACS) && /bin/sh makeme.sh cd $(COREUTILS) && /bin/sh makeme.sh + cd $(EMACS) && /bin/sh makeme.sh + cd $(PYTHON) && /bin/sh makeme.sh biginstall: big cd $(FLEX) && make install