commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r10518 - gnuradio/branches/developers/michaelld/fix_lo


From: michaelld
Subject: [Commit-gnuradio] r10518 - gnuradio/branches/developers/michaelld/fix_local_data_install
Date: Wed, 25 Feb 2009 20:53:08 -0700 (MST)

Author: michaelld
Date: 2009-02-25 20:53:08 -0700 (Wed, 25 Feb 2009)
New Revision: 10518

Modified:
   gnuradio/branches/developers/michaelld/fix_local_data_install/Makefile.common
Log:
Changed 'docdir' creation to only happen if it is not already defined,
using a standard 'make' command (was a GNU make specific extension).



Modified: 
gnuradio/branches/developers/michaelld/fix_local_data_install/Makefile.common
===================================================================
--- 
gnuradio/branches/developers/michaelld/fix_local_data_install/Makefile.common   
    2009-02-26 03:51:37 UTC (rev 10517)
+++ 
gnuradio/branches/developers/michaelld/fix_local_data_install/Makefile.common   
    2009-02-26 03:53:08 UTC (rev 10518)
@@ -130,4 +130,5 @@
 exampledir = $(datadir)/gnuradio/examples
 
 # Base directory for documentation (docdir undefined in autoconf < 1.60)
-gr_docdir = $(if $(docdir),$(docdir),$(datadir)/doc/$(PACKAGE))-$(VERSION)
+docdir ?= $(datadir)/doc/$(PACKAGE)
+gr_docdir = $(docdir)-$(VERSION)





reply via email to

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