[grits] Fix test rules
- From: Andy Spencer <andys src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grits] Fix test rules
- Date: Thu, 16 Feb 2012 23:16:38 +0000 (UTC)
commit 3b984844a4d368d82859300865b01dd6a8d43b5a
Author: Andy Spencer <andy753421 gmail com>
Date: Sat Jan 7 22:36:41 2012 +0000
Fix test rules
src/Makefile.am | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index d53cc25..eea8216 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -84,8 +84,9 @@ BUILT_SOURCES = grits-marshal.c grits-marshal.h
# Debugging rules
BUILT_SOURCES += .libs/$(GRITS_SUBDIR)
-.libs/$(GRITS_SUBDIR): plugins/.libs
- ln -sf ../$< $@
+.libs/$(GRITS_SUBDIR):
+ mkdir -p .libs
+ ln -sf ../plugins/.libs $@
test: all
./grits-test
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]