No makefile in contrib/gnu

This commit is contained in:
Ben Gras 2005-09-16 15:15:12 +00:00
parent 93b47c7658
commit 8bd9fc4d90

View File

@ -1,20 +0,0 @@
EMACS=emacs-21.4
LYNX=lynx2-8-5
COREUTILS=gnu-coreutils-5.2.1
all::
cd $(LYNX) && /bin/sh makeme.sh
cd $(EMACS) && /bin/sh makeme.sh
cd $(COREUTILS) && /bin/sh makeme.sh
install:: all
cd $(LYNX) && make install
cd $(EMACS) && make install
cd $(COREUTILS) && make install
clean::
if [ -f $(LYNX)/Makefile ] ; then cd $(LYNX) && make clean; fi
if [ -f $(EMACS)/Makefile ] ; then cd $(EMACS) && make clean; fi
cd $(COREUTILS) && make clean