summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-01-21 11:09:46 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-01-21 11:09:46 +0000
commit7adecf3ea0909c171aabd89215a1b76026fa6999 (patch)
treeba9bdf289e0e9692eea762e923abcb86c6cba49a
parentcc9c10a08e6ab3b3e7d2694e1588532b40cb6ec8 (diff)
downloadpango-7adecf3ea0909c171aabd89215a1b76026fa6999.tar.gz
Bug 398238 – pangorc file missing from tests directory
2007-01-21 Behdad Esfahbod <behdad@gnome.org> Bug 398238 – pangorc file missing from tests directory * pango-view/Makefile.am: * tests/Makefile.am: Don't use $<. Doesn't work with Sun's make. svn path=/trunk/; revision=2176
-rw-r--r--ChangeLog8
-rw-r--r--pango-view/Makefile.am2
-rw-r--r--tests/Makefile.am2
3 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d69cf8d1..284a59c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-01-21 Behdad Esfahbod <behdad@gnome.org>
+
+ Bug 398238 – pangorc file missing from tests directory
+
+ * pango-view/Makefile.am:
+ * tests/Makefile.am:
+ Don't use $<. Doesn't work with Sun's make.
+
2007-01-18 Behdad Esfahbod <behdad@gnome.org>
* configure.in: Require automake 1.9.
diff --git a/pango-view/Makefile.am b/pango-view/Makefile.am
index 7d54f2bc..0d87dc09 100644
--- a/pango-view/Makefile.am
+++ b/pango-view/Makefile.am
@@ -185,4 +185,4 @@ endif
BUILT_SOURCES = pangorc
pangorc: $(srcdir)/../modules/pangorc
- cp $< $@
+ cp $(srcdir)/../modules/pangorc $@
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 33155e5c..549b89c4 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -79,6 +79,6 @@ all-unicode.txt: gen-all-unicode$(EXEEXT)
./gen-all-unicode > all-unicode.txt
pangorc: $(srcdir)/../modules/pangorc
- cp $< $@
+ cp $(srcdir)/../modules/pangorc $@
$(noinst_PROGRAMS) $(check_PROGRAMS): pangorc