diff liboctave/Makefile.am @ 10004:e517da95bf98

Eliminate TOPDIR variable in favor of built-in automake variables top_builddir and top_srcdir.
author Rik <rdrider0-list@yahoo.com>
date Sat, 19 Dec 2009 22:58:54 -0800
parents 3878bae57c12
children acd5e9df38f8
line wrap: on
line diff
--- a/liboctave/Makefile.am	Sat Dec 19 14:24:02 2009 -0800
+++ b/liboctave/Makefile.am	Sat Dec 19 22:58:54 2009 -0800
@@ -19,9 +19,7 @@
 # along with Octave; see the file COPYING.  If not, see
 # <http://www.gnu.org/licenses/>.
 
-TOPDIR = ..
- 
-include ../common.mk
+include $(top_srcdir)/common.mk
 
 AM_CPPFLAGS = -I$(top_srcdir)/libgnu -I$(top_srcdir)/libcruft/misc