From 43b47f87e016ebf2c3ed8fe2d2bee24003aa746d Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Sat, 29 Jan 2000 16:04:23 +0000 Subject: [PATCH] Added no-dependencies to AUTOMAKE_OPTIONS. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@168 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Source/DOH/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SWIG/Source/DOH/Makefile.common b/SWIG/Source/DOH/Makefile.common index d7dd41a17..472f3dcfd 100644 --- a/SWIG/Source/DOH/Makefile.common +++ b/SWIG/Source/DOH/Makefile.common @@ -1,4 +1,4 @@ -AUTOMAKE_OPTIONS = foreign +AUTOMAKE_OPTIONS = foreign no-dependencies INCLUDES = -I$(top_srcdir)/Include