From: chas w. <ch...@us...> - 2003-05-02 13:47:48
|
Update of /cvsroot/linux-atm/linux-atm/src/test In directory sc8-pr-cvs1:/tmp/cvs-serv3121a/src/test Modified Files: Tag: V2_5_0 Makefile.am Log Message: use srcdir instead of top_builddir -- this lets you build the sources outside the source tree Index: Makefile.am =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/src/test/Makefile.am,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -C2 -d -r1.2 -r1.2.2.1 *** Makefile.am 9 Oct 2001 22:33:08 -0000 1.2 --- Makefile.am 2 May 2003 13:47:13 -0000 1.2.2.1 *************** *** 27,31 **** errnos.inc: mkerrnos.pl ! @PERL@ ./mkerrnos.pl </usr/include/asm/errno.h \ >errnos.inc || { rm -f errnos.inc; exit 1; } --- 27,31 ---- errnos.inc: mkerrnos.pl ! @PERL@ $(srcdir)/mkerrnos.pl </usr/include/asm/errno.h \ >errnos.inc || { rm -f errnos.inc; exit 1; } |