|
Subject: revision 3839 committed Newsgroups: gmane.linux.drivers.madwifi.cvs Date: 2008-08-01 03:08:44 GMT (23 weeks, 1 day and 59 minutes ago) Project : madwifi Revision : 3839 Author : proski (Pavel Roskin) Date : 2008-08-01 05:08:43 +0200 (Fri, 01 Aug 2008) Log Message : Another Linux 2.4 fix - merge r3604 from trunk Affected Files: * madwifi/branches/madwifi-0.9.4/ath_hal/Makefile updated Modified: madwifi/branches/madwifi-0.9.4/ath_hal/Makefile =================================================================== --- madwifi/branches/madwifi-0.9.4/ath_hal/Makefile 2008-08-01 02:54:49 UTC (rev 3838) +++ madwifi/branches/madwifi-0.9.4/ath_hal/Makefile 2008-08-01 03:08:43 UTC (rev 3839) @@ -110,5 +110,5 @@ rm -f .depend .version .*.o.flags .*.o.d rm -rf .tmp_versions -ath_hal.o: $(ath_hal-objs) +ath_hal.o: $(addprefix $(obj)/,$(ath_hal-objs)) $(LD) $(LDOPTS) -o ath_hal.$(KMODSUF) -r $(ath_hal-objs) ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ |
|
|