From a45f25ece30e4101ae77c90d2270d253ea9a82ec Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 20 Jan 2013 11:01:01 -0500 Subject: Rename the make.h file to makeint.h for internal use only. --- guile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guile.c') diff --git a/guile.c b/guile.c index 9c9d958..5a652d9 100644 --- a/guile.c +++ b/guile.c @@ -14,7 +14,7 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#include "make.h" +#include "makeint.h" #include "debug.h" #include "dep.h" #include "variable.h" -- cgit v1.2.3