Author: jcorgan
Date: 2007-05-21 00:23:54 -0600 (Mon, 21 May 2007)
New Revision: 5506

Modified:
   gnuradio/trunk/gr-sounder/src/fpga/top/Makefile.am
Log:
Fix uninstall bug, trunk passes distcheck.

Modified: gnuradio/trunk/gr-sounder/src/fpga/top/Makefile.am
===================================================================
--- gnuradio/trunk/gr-sounder/src/fpga/top/Makefile.am  2007-05-21 05:58:05 UTC 
(rev 5505)
+++ gnuradio/trunk/gr-sounder/src/fpga/top/Makefile.am  2007-05-21 06:23:54 UTC 
(rev 5506)
@@ -23,6 +23,8 @@
 
 datadir = $(prefix)/share/usrp
 
+RBFS =         usrp_sounder.rbf
+
 EXTRA_DIST =                   \
        config.vh               \
        usrp_sounder.v          \
@@ -32,7 +34,6 @@
        usrp_sounder.qpf        \
        $(RBFS)
 
-RBFS =         usrp_sounder.rbf
 
 install-data-local:
        @for file in $(RBFS); do \
@@ -43,7 +44,7 @@
        done
 
 uninstall-local:
-       @for file in $(rbfs); do \
+       @for file in $(RBFS); do \
                echo "$(RM) $(DESTDIR)$(datadir)/rev2/$$file"; \
                $(RM) $(DESTDIR)$(datadir)/rev2/$$file; \
                echo "$(RM) $(DESTDIR)$(datadir)/rev4/$$file"; \



_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio

Reply via email to