From: Erik M. <er...@us...> - 2002-02-17 15:41:57
|
Update of /cvsroot/blob/blob/src/diag In directory usw-pr-cvs1:/tmp/cvs-serv889/src/diag Modified Files: Makefile.am Log Message: - cleanup configure.in and Makefile.am - make uudecode and xmodem conditionally compiled sources - make cramfs and jffs2 really conditionally compiled - move mini_inflate to libblob Index: Makefile.am =================================================================== RCS file: /cvsroot/blob/blob/src/diag/Makefile.am,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- Makefile.am 7 Feb 2002 23:59:37 -0000 1.12 +++ Makefile.am 17 Feb 2002 15:41:54 -0000 1.13 @@ -60,8 +60,8 @@ system3.c diag_elf32_DEPENDENCIES = \ - @LCD@ \ - @DIAG_PLATFORM_OBJ@ \ + @DIAG_LCD_OBJS@ \ + @DIAG_PLATFORM_OBJS@ \ ${top_builddir}/src/commands/libcommands.a \ ${top_builddir}/src/lib/libblob.a \ ld-script @@ -72,8 +72,8 @@ diag_elf32_LDADD += \ - @LCD@ \ - @DIAG_PLATFORM_OBJ@ \ + @DIAG_LCD_OBJS@ \ + @DIAG_PLATFORM_OBJS@ \ -L${top_builddir}/src/commands -L${top_builddir}/src/lib \ -lcommands -lblob \ -lgcc |