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