[openbnc-cvs] openbnc Makefile,1.6,1.7 Makefile.am,1.1,1.2 Makefile.in,1.3,1.4
Status: Beta
Brought to you by:
andrereis
From: Kiraly Z. <yo...@us...> - 2004-07-14 09:42:09
|
Update of /cvsroot/openbnc/openbnc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25353/openbnc Modified Files: Makefile Makefile.am Makefile.in Log Message: Fixed Makefile Index: Makefile.in =================================================================== RCS file: /cvsroot/openbnc/openbnc/Makefile.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.in 9 Jul 2004 18:45:04 -0000 1.3 +++ Makefile.in 14 Jul 2004 09:42:01 -0000 1.4 @@ -136,7 +136,7 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -SUBDIRS = menuconf tools src +SUBDIRS = tools src all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive Index: Makefile.am =================================================================== RCS file: /cvsroot/openbnc/openbnc/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.am 8 Jul 2004 14:57:40 -0000 1.1 +++ Makefile.am 14 Jul 2004 09:42:01 -0000 1.2 @@ -1 +1 @@ -SUBDIRS = menuconf tools src +SUBDIRS = tools src Index: Makefile =================================================================== RCS file: /cvsroot/openbnc/openbnc/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Makefile 13 Jul 2004 21:41:32 -0000 1.6 +++ Makefile 14 Jul 2004 09:42:01 -0000 1.7 @@ -69,13 +69,13 @@ GZIP_ENV = --best distuninstallcheck_listfiles = find . -type f -print distcleancheck_listfiles = find . -type f -print -ACLOCAL = ${SHELL} /home/yo2lux/openbnc/missing --run aclocal-1.8 +ACLOCAL = ${SHELL} /root/openbnc/missing --run aclocal-1.8 AMDEP_FALSE = # AMDEP_TRUE = -AMTAR = ${SHELL} /home/yo2lux/openbnc/missing --run tar -AUTOCONF = ${SHELL} /home/yo2lux/openbnc/missing --run autoconf -AUTOHEADER = ${SHELL} /home/yo2lux/openbnc/missing --run autoheader -AUTOMAKE = ${SHELL} /home/yo2lux/openbnc/missing --run automake-1.8 +AMTAR = ${SHELL} /root/openbnc/missing --run tar +AUTOCONF = ${SHELL} /root/openbnc/missing --run autoconf +AUTOHEADER = ${SHELL} /root/openbnc/missing --run autoheader +AUTOMAKE = ${SHELL} /root/openbnc/missing --run automake-1.8 AWK = nawk CC = gcc CCDEPMODE = depmode=gcc @@ -96,7 +96,7 @@ LIBOBJS = LIBS = LTLIBOBJS = -MAKEINFO = ${SHELL} /home/yo2lux/openbnc/missing --run makeinfo +MAKEINFO = ${SHELL} /root/openbnc/missing --run makeinfo OBJEXT = o PACKAGE = OpenBNC PACKAGE_BUGREPORT = @@ -123,7 +123,7 @@ host_alias = includedir = ${prefix}/include infodir = ${prefix}/info -install_sh = /home/yo2lux/openbnc/install-sh +install_sh = /root/openbnc/install-sh libdir = ${exec_prefix}/lib libexecdir = ${exec_prefix}/libexec localstatedir = ${prefix}/var @@ -136,7 +136,7 @@ sharedstatedir = ${prefix}/com sysconfdir = ${prefix}/etc target_alias = -SUBDIRS = menuconf tools src +SUBDIRS = tools src all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive |