Update of /cvsroot/linux-atm/linux-atm/src/qgen
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15409/src/qgen
Modified Files:
Tag: V2_5_0
Makefile.am
Log Message:
prelimnary support for cross compiling (qgen needs built
with the host compiler)
Index: Makefile.am
===================================================================
RCS file: /cvsroot/linux-atm/linux-atm/src/qgen/Makefile.am,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -C2 -d -r1.2.2.2 -r1.2.2.3
*** Makefile.am 26 Feb 2004 15:04:42 -0000 1.2.2.2
--- Makefile.am 22 Nov 2005 22:11:05 -0000 1.2.2.3
***************
*** 17,20 ****
--- 17,22 ----
q_test_DEPENDENCIES = q.test.c
+ CC = @CC_FOR_BUILD@
+
#TESTS = $(check_PROGRAMS)
|