[Linux-decnet-commit] CVS: dnprogs/include Makefile,1.3,1.4
Brought to you by:
chrissie_c,
ph3-der-loewe
From: Patrick C. <pa...@us...> - 2007-02-28 17:12:55
|
Update of /cvsroot/linux-decnet/dnprogs/include In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv27787/include Modified Files: Makefile Log Message: Don't copy dn.h from the kernel sources, as the new format won't work in userspace. Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/include/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** Makefile 18 Jan 2002 19:15:45 -0000 1.3 --- Makefile 28 Feb 2007 17:12:44 -0000 1.4 *************** *** 4,12 **** all: - # Releases are always made for 2.4 kernels - ifdef RELEASE @cp kernel/netdnet/dn.h netdnet || true - endif - install: --- 4,8 ---- |