bug-grep
[Top][All Lists]
Advanced

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

[PATCH] fix compilation with included regex


From: Paolo Bonzini
Subject: [PATCH] fix compilation with included regex
Date: Fri, 4 Dec 2009 13:48:50 +0100

I'm pushing this trivial patch to fix compilation --with-included-regex.

* Makefile.am (libgreputils_a_DEPENDENCIES): New.
---
 lib/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lib/Makefile.am b/lib/Makefile.am
index 4d5de57..9ef38a1 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -23,3 +23,4 @@ libgreputils_a_SOURCES += \
   savedir.c savedir.h
 
 libgreputils_a_LIBADD += $(LIBOBJS) $(ALLOCA)
+libgreputils_a_DEPENDENCIES += $(LIBOBJS) $(ALLOCA)
-- 
1.6.5.2





reply via email to

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