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/rs6000
parentb9adb4af26485c5dfa34675bb52e6622b2365392 (diff)
2005-08-30 Jeff Johnston <jjohnstn@redhat.com>
* rs6000/Makefile.in (VPATH): Use colon as separator.
Diffstat (limited to 'libgloss/rs6000')
-rw-r--r--libgloss/rs6000/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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)/../..