diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-01-21 11:09:46 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-01-21 11:09:46 +0000 |
commit | 7adecf3ea0909c171aabd89215a1b76026fa6999 (patch) | |
tree | ba9bdf289e0e9692eea762e923abcb86c6cba49a /tests | |
parent | cc9c10a08e6ab3b3e7d2694e1588532b40cb6ec8 (diff) | |
download | pango-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
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |