From 1c5ecba2f352dbae64d6954fe58394613a06d696 Mon Sep 17 00:00:00 2001 From: Karl Heyes Date: Fri, 21 Mar 2003 23:54:09 +0000 Subject: [PATCH] tabs needed for Makefile svn path=/trunk/log/; revision=4521 --- log/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/log/Makefile.am b/log/Makefile.am index d169e73..4c8c893 100644 --- a/log/Makefile.am +++ b/log/Makefile.am @@ -11,8 +11,8 @@ libicelog_la_SOURCES = log.c GET = true debug: - $(MAKE) all CFLAGS="@DEBUG@" + $(MAKE) all CFLAGS="@DEBUG@" profile: - $(MAKE) all CFLAGS="@PROFILE@" + $(MAKE) all CFLAGS="@PROFILE@"