Author: michaelld
Date: 2008-01-24 07:54:52 -0700 (Thu, 24 Jan 2008)
New Revision: 7503
Modified:
gnuradio/branches/developers/michaelld/t186/gnuradio-examples/python/Makefile.am
Log:
Correct behavior of "install-data-local" to not depend on
"install-ourdataDATA" since no DATA is installed from the top-level
python examples directory. This dependency is only for directories
where files are actually installed.
Modified:
gnuradio/branches/developers/michaelld/t186/gnuradio-examples/python/Makefile.am
===================================================================
---
gnuradio/branches/developers/michaelld/t186/gnuradio-examples/python/Makefile.am
2008-01-23 23:05:24 UTC (rev 7502)
+++
gnuradio/branches/developers/michaelld/t186/gnuradio-examples/python/Makefile.am
2008-01-24 14:54:52 UTC (rev 7503)
@@ -34,7 +34,7 @@
usrp
# Make example scripts with #! executable
-install-data-local: install-ourdataDATA
+install-data-local:
for i in `find $(exampledir) -type f ! -perm 755`; do \
if head -1 $$i | grep -q '^#!'; then \
chmod 755 $$i; \
_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio