diff options
author | eb | 2006-08-13 22:22:44 +0000 |
---|---|---|
committer | eb | 2006-08-13 22:22:44 +0000 |
commit | 791d39192348370953d948b8ba140ec1968cffff (patch) | |
tree | 5870a0cb6c7d515943ed1a223efe4b3b99c1a29f | |
parent | 9dfda74b6c7897aff0c3d0b527f93926c0d72c2b (diff) | |
download | gnuradio-791d39192348370953d948b8ba140ec1968cffff.tar.gz gnuradio-791d39192348370953d948b8ba140ec1968cffff.tar.bz2 gnuradio-791d39192348370953d948b8ba140ec1968cffff.zip |
slight tweak to make emacs syntax highlighting happy
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3268 221aa14e-8319-0410-a670-987f0aec2ac5
-rw-r--r-- | Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index 390d7e900..bd25233ed 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 |