summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2005-08-30 16:11:27 +0000
committerJeff Johnston <jjohnstn@redhat.com>2005-08-30 16:11:27 +0000
commit53fabb7b243f1f1f357d90978c142d75b7f6b711 (patch)
treefdf5e3a95c7b138ae250993221f3a730c4e2e62b
parentb9adb4af26485c5dfa34675bb52e6622b2365392 (diff)
downloadcygnal-53fabb7b243f1f1f357d90978c142d75b7f6b711.tar.gz
cygnal-53fabb7b243f1f1f357d90978c142d75b7f6b711.tar.bz2
cygnal-53fabb7b243f1f1f357d90978c142d75b7f6b711.zip
2005-08-30 Jeff Johnston <jjohnstn@redhat.com>
* rs6000/Makefile.in (VPATH): Use colon as separator.
-rw-r--r--libgloss/ChangeLog4
-rw-r--r--libgloss/rs6000/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index a516118ab..883c3a171 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-30 Jeff Johnston <jjohnstn@redhat.com>
+
+ * rs6000/Makefile.in (VPATH): Use colon as separator.
+
2005-08-24 Aldy Hernandez <aldyh@redhat.com>
* ms1/access.c: Change copyright notice.
diff --git a/libgloss/rs6000/Makefile.in b/libgloss/rs6000/Makefile.in
index 920d91128..3c41ef0b0 100644
--- a/libgloss/rs6000/Makefile.in
+++ b/libgloss/rs6000/Makefile.in
@@ -16,7 +16,7 @@
#
DESTDIR =
-VPATH = @srcdir@ @srcdir@/..
+VPATH = @srcdir@:@srcdir@/..
srcdir = @srcdir@
objdir = .
srcroot = $(srcdir)/../..