Bug 398238 – pangorc file missing from tests directory
authorBehdad Esfahbod <behdad@gnome.org>
Sun, 21 Jan 2007 11:09:46 +0000 (11:09 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Sun, 21 Jan 2007 11:09:46 +0000 (11:09 +0000)
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

ChangeLog
pango-view/Makefile.am
tests/Makefile.am

index d69cf8d..284a59c 100644 (file)
--- 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.
index 7d54f2b..0d87dc0 100644 (file)
@@ -185,4 +185,4 @@ endif
 BUILT_SOURCES = pangorc
 
 pangorc: $(srcdir)/../modules/pangorc
-       cp $< $@
+       cp $(srcdir)/../modules/pangorc $@
index 33155e5..549b89c 100644 (file)
@@ -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