From 791d39192348370953d948b8ba140ec1968cffff Mon Sep 17 00:00:00 2001 From: eb Date: Sun, 13 Aug 2006 22:22:44 +0000 Subject: [PATCH] slight tweak to make emacs syntax highlighting happy git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3268 221aa14e-8319-0410-a670-987f0aec2ac5 --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index 390d7e90..bd25233e 100644 --- a/Makefile.common +++ b/Makefile.common @@ -63,7 +63,7 @@ GNURADIO_I = $(top_srcdir)/gnuradio-core/src/lib/swig/gnuradio.i # The below used to be set in PKGCONFIG but now point to the current # build tree. USRP_INCLUDES = -I$(top_srcdir)/usrp/host/lib \ - -I$(top_srcdir)/usrp/firmware/include + -I$(top_srcdir)/usrp/firmware/include USRP_LIBS = -L$(top_builddir)/usrp/host/lib \ -lusrp -- 2.30.2