Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2005-08-30 20:11:27 +0400
committerJeff Johnston <jjohnstn@redhat.com>2005-08-30 20:11:27 +0400
commit53fabb7b243f1f1f357d90978c142d75b7f6b711 (patch)
treefdf5e3a95c7b138ae250993221f3a730c4e2e62b /libgloss
parentb9adb4af26485c5dfa34675bb52e6622b2365392 (diff)
2005-08-30 Jeff Johnston <jjohnstn@redhat.com>
* rs6000/Makefile.in (VPATH): Use colon as separator.
Diffstat (limited to 'libgloss')
-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)/../..