commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r9326 - gnuradio/branches/developers/eb/ac-wip


From: eb
Subject: [Commit-gnuradio] r9326 - gnuradio/branches/developers/eb/ac-wip
Date: Mon, 18 Aug 2008 22:37:33 -0600 (MDT)

Author: eb
Date: 2008-08-18 22:37:32 -0600 (Mon, 18 Aug 2008)
New Revision: 9326

Modified:
   gnuradio/branches/developers/eb/ac-wip/Makefile.common
Log:
reorder INCLUDES for NetBSD

Modified: gnuradio/branches/developers/eb/ac-wip/Makefile.common
===================================================================
--- gnuradio/branches/developers/eb/ac-wip/Makefile.common      2008-08-19 
04:37:07 UTC (rev 9325)
+++ gnuradio/branches/developers/eb/ac-wip/Makefile.common      2008-08-19 
04:37:32 UTC (rev 9326)
@@ -105,7 +105,7 @@
 
 # This used to be set in configure.ac but is now defined here for all 
 # Makefiles when this fragment is included.
-STD_DEFINES_AND_INCLUDES=$(DEFINES) $(OMNITHREAD_INCLUDES) 
$(GNURADIO_INCLUDES) $(BOOST_CPPFLAGS)
+STD_DEFINES_AND_INCLUDES=$(DEFINES) $(BOOST_CPPFLAGS) $(OMNITHREAD_INCLUDES) 
$(GNURADIO_INCLUDES)
 
 # Fix for BSD make not defining $(RM).  We define it now in configure.ac
 # using AM_PATH_PROG, but now here have to add a -f to be like GNU make





reply via email to

[Prev in Thread] Current Thread [Next in Thread]