[openbnc-cvs] openbnc old.sh,1.1,1.2
Status: Beta
Brought to you by:
andrereis
From: Mateusz K. <sh...@us...> - 2004-07-13 17:35:28
|
Update of /cvsroot/openbnc/openbnc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27749/openbnc Modified Files: old.sh Log Message: Index: old.sh =================================================================== RCS file: /cvsroot/openbnc/openbnc/old.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- old.sh 9 Jul 2004 18:53:03 -0000 1.1 +++ old.sh 13 Jul 2004 17:35:20 -0000 1.2 @@ -1,5 +1,7 @@ #! /bin/sh -gcc -I../ -I../src/ -o tools/autoconf tools/autoconf.c +cd tools +gcc -I../ -I../src/ -o autoconf autoconf.c +cd .. tools/autoconf make -f makefile.out |