Author: matt
Date: 2007-11-12 16:45:03 -0700 (Mon, 12 Nov 2007)
New Revision: 6871

Modified:
   gnuradio/branches/developers/matt/u2f/firmware/Makefile.am
Log:
fixed the non-building of dumps due to a typo


Modified: gnuradio/branches/developers/matt/u2f/firmware/Makefile.am
===================================================================
--- gnuradio/branches/developers/matt/u2f/firmware/Makefile.am  2007-11-12 
23:38:39 UTC (rev 6870)
+++ gnuradio/branches/developers/matt/u2f/firmware/Makefile.am  2007-11-12 
23:45:03 UTC (rev 6871)
@@ -68,7 +68,7 @@
 
 BINS =  $(noinst_PROGRAMS:=.bin)
 ROMS =  $(noinst_PROGRAMS:=.rom)
-DUMPS = $(noinsta_PROGRAMS:=.dump)
+DUMPS = $(noinst_PROGRAMS:=.dump)
 
 noinst_DATA = $(BINS) $(ROMS) $(DUMPS)
 



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

Reply via email to