commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r6871 - gnuradio/branches/developers/matt/u2f/firmware


From: matt
Subject: [Commit-gnuradio] r6871 - gnuradio/branches/developers/matt/u2f/firmware
Date: Mon, 12 Nov 2007 16:45:03 -0700 (MST)

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)
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]