[Anet-checkins] CVS: ANet/ANet_Daemon/Linux build_makefile.pl,1.2,1.3
Status: Abandoned
Brought to you by:
benad
From: Benoit N. <be...@us...> - 2001-12-01 21:47:23
|
Update of /cvsroot/anet/ANet/ANet_Daemon/Linux In directory usw-pr-cvs1:/tmp/cvs-serv30736 Modified Files: build_makefile.pl Log Message: Corrected Makefile generation. Index: build_makefile.pl =================================================================== RCS file: /cvsroot/anet/ANet/ANet_Daemon/Linux/build_makefile.pl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** build_makefile.pl 2001/11/17 00:06:25 1.2 --- build_makefile.pl 2001/12/01 21:47:19 1.3 *************** *** 104,108 **** if ($#headers >= 0) { ! print "$fileName:"; foreach my $header (@headers) { --- 104,108 ---- if ($#headers >= 0) { ! print "$1.o:"; foreach my $header (@headers) { |