Merged r7478:7608 from michaelld/t186 into trunk. Adds ability to compile GNU Radio...
[debian/gnuradio] / gr-trellis / src / examples / Makefile.am
index 21003991fb62e52adbb63f1a3a999180e5b7a956..d1da52fbb221bd910ec6765b464964b135a5c61f 100644 (file)
@@ -45,7 +45,7 @@ ourdatadir = $(exampledir)/trellis
 ourdata_DATA = $(EXTRA_DIST)
 
 # Make example scripts with #! executable
-install-data-local:
+install-data-local: install-ourdataDATA
        for i in `find $(ourdatadir) -type f ! -perm 755`; do \
          if head -1 $$i | grep -q '^#!'; then \
            chmod 755 $$i; \