|
From: <ba...@us...> - 2006-09-17 23:53:10
|
Revision: 361
http://svn.sourceforge.net/cadcdev/?rev=361&view=rev
Author: bardtx
Date: 2006-09-17 16:53:05 -0700 (Sun, 17 Sep 2006)
Log Message:
-----------
Patch #1553421 from SourceForge:
Patch to ensure that the 'arm' subdirectory is built
before snd_stream_drv.o. In the current situation the
build will fail if stream.drv does not exist. And if it
does exist then that one will be compiled into KOS
instead of the one created during the current build
process.
Modified Paths:
--------------
kos/kernel/arch/dreamcast/sound/Makefile
Modified: kos/kernel/arch/dreamcast/sound/Makefile
===================================================================
--- kos/kernel/arch/dreamcast/sound/Makefile 2006-09-17 23:51:26 UTC (rev 360)
+++ kos/kernel/arch/dreamcast/sound/Makefile 2006-09-17 23:53:05 UTC (rev 361)
@@ -14,6 +14,6 @@
include $(KOS_BASE)/Makefile.prefab
-snd_stream_drv.o: arm/stream.drv
- $(KOS_BASE)/utils/bin2o/bin2o $< snd_stream_drv snd_stream_drv.o
+snd_stream_drv.o: subdirs arm/stream.drv
+ $(KOS_BASE)/utils/bin2o/bin2o arm/stream.drv snd_stream_drv snd_stream_drv.o
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|