]> Zhao Yanbai Git Server - minix.git/commitdiff
emacs and python last of the big ones
authorBen Gras <ben@minix3.org>
Mon, 26 Sep 2005 11:43:01 +0000 (11:43 +0000)
committerBen Gras <ben@minix3.org>
Mon, 26 Sep 2005 11:43:01 +0000 (11:43 +0000)
commands/Makefile

index 98e369b8fa90606d4265e151a7ecd34c4413c084..d58cdde53bd6b1a8ce6f0f99a28b2c819034fba7 100755 (executable)
@@ -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