commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r7503 - gnuradio/branches/developers/michaelld/t186/gn


From: michaelld
Subject: [Commit-gnuradio] r7503 - gnuradio/branches/developers/michaelld/t186/gnuradio-examples/python
Date: Thu, 24 Jan 2008 07:54:52 -0700 (MST)

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; \





reply via email to

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