[Linux-decnet-commit] CVS: dnprogs/libvaxdata Makefile,1.1,1.2
Brought to you by:
chrissie_c,
ph3-der-loewe
From: Patrick C. <pa...@us...> - 2005-10-27 12:31:15
|
Update of /cvsroot/linux-decnet/dnprogs/libvaxdata In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12909/libvaxdata Modified Files: Makefile Log Message: "ALL" -> "all" Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/libvaxdata/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** Makefile 25 Oct 2005 07:32:13 -0000 1.1 --- Makefile 27 Oct 2005 12:31:07 -0000 1.2 *************** *** 3,7 **** ARCH=$(shell uname -m) ! ALL: cd linux; make -f makefile.gcc --- 3,7 ---- ARCH=$(shell uname -m) ! all: cd linux; make -f makefile.gcc |