Add make clean before make.
authorgdt <gdt@221aa14e-8319-0410-a670-987f0aec2ac5>
Tue, 19 Feb 2008 03:48:02 +0000 (03:48 +0000)
committergdt <gdt@221aa14e-8319-0410-a670-987f0aec2ac5>
Tue, 19 Feb 2008 03:48:02 +0000 (03:48 +0000)
Add dependencies for gr-sounder and gr-utils.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7741 221aa14e-8319-0410-a670-987f0aec2ac5

README.components

index 4190a2c38c34c5a6cca062332211136e26a17e23..554c121c0c0da973330739a903ccead3c6307f43 100755 (executable)
@@ -95,8 +95,8 @@ CONF_ENABLE_ARGS="
 --with-omnithread%--with-gnuradio-core%--with-pmt%--with-mblock%--enable-gr-trellis
 --with-omnithread%--with-gnuradio-core%--with-pmt%--with-mblock%--enable-gr-video-sdl
 --with-omnithread%--with-gnuradio-core%--with-pmt%--with-mblock%--enable-gr-wxgui
---with-omnithread%--with-gnuradio-core%--with-pmt%--with-mblock%--enable-gr-sounder
---with-omnithread%--with-gnuradio-core%--with-pmt%--with-mblock%--with-usrp%--with-gr-wxgui%--enable-gr-utils
+--with-omnithread%--with-gnuradio-core%--with-pmt%--with-mblock%--with-usrp%--enable-gr-sounder
+--with-omnithread%--with-gnuradio-core%--with-pmt%--with-mblock%--with-usrp%--with-gr-usrp%--with-gr-wxgui%--enable-gr-utils
 --with-omnithread%--with-gnuradio-core%--with-pmt%--with-mblock%--enable-gnuradio-examples
 "
 
@@ -113,6 +113,9 @@ for arg in $CONF_ENABLE_ARGS; do
     # configure with just one module
     ./configure --prefix=$PREFIX $CONF_DISABLE_ALL $argspace &&
 
+    # remove all prior objects
+    make clean &&
+
     # build
     make $jflag &&