diff options
author | Eric Blossom | 2010-12-06 19:50:41 -0800 |
---|---|---|
committer | Eric Blossom | 2010-12-06 19:50:41 -0800 |
commit | 685a7b62e19850d5e51b1157b23a846b2df6e478 (patch) | |
tree | 4f5455d6d4c3e6be74348dab3eb7105d11a910c6 | |
parent | cc088ab014791450d9d5d88564f3f889ece74909 (diff) | |
download | gnuradio-685a7b62e19850d5e51b1157b23a846b2df6e478.tar.gz gnuradio-685a7b62e19850d5e51b1157b23a846b2df6e478.tar.bz2 gnuradio-685a7b62e19850d5e51b1157b23a846b2df6e478.zip |
Remove unused variable grguiledir
-rw-r--r-- | Makefile.common | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index ddde9a78b..725830981 100644 --- a/Makefile.common +++ b/Makefile.common @@ -48,7 +48,6 @@ swigincludedir = $(grincludedir)/swig # Guile scheme code ends up under here: guiledir = $(prefix)/share/guile/site -grguiledir = $(guiledir)/gnuradio # Install the gnuradio stuff in the appropriate subdirectory # This usually ends up at: |