[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r10512 - gnuradio/branches/developers/michaelld/fix_lo
From: |
michaelld |
Subject: |
[Commit-gnuradio] r10512 - gnuradio/branches/developers/michaelld/fix_local_data_install/gr-trellis/src/examples |
Date: |
Wed, 25 Feb 2009 15:19:55 -0700 (MST) |
Author: michaelld
Date: 2009-02-25 15:19:55 -0700 (Wed, 25 Feb 2009)
New Revision: 10512
Modified:
gnuradio/branches/developers/michaelld/fix_local_data_install/gr-trellis/src/examples/Makefile.am
Log:
Minor tweak of local install name.
Modified:
gnuradio/branches/developers/michaelld/fix_local_data_install/gr-trellis/src/examples/Makefile.am
===================================================================
---
gnuradio/branches/developers/michaelld/fix_local_data_install/gr-trellis/src/examples/Makefile.am
2009-02-25 21:58:41 UTC (rev 10511)
+++
gnuradio/branches/developers/michaelld/fix_local_data_install/gr-trellis/src/examples/Makefile.am
2009-02-25 22:19:55 UTC (rev 10512)
@@ -42,8 +42,8 @@
test_turbo_equalization2.py
# Make example scripts with #! executable
-install-data-local: install-ourdataDATA
- for i in `find $(ourdatadir) -type f ! -perm 755`; do \
+install-data-local: install-dist_ourdataDATA
+ for i in `find $(dist_ourdata_DATA) -type f ! -perm 755`; do \
if head -1 $$i | grep -q '^#!'; then \
chmod 755 $$i; \
echo "made executable: $$i"; \
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r10512 - gnuradio/branches/developers/michaelld/fix_local_data_install/gr-trellis/src/examples,
michaelld <=