diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2005-08-30 16:11:27 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2005-08-30 16:11:27 +0000 |
commit | 53fabb7b243f1f1f357d90978c142d75b7f6b711 (patch) | |
tree | fdf5e3a95c7b138ae250993221f3a730c4e2e62b /libgloss | |
parent | b9adb4af26485c5dfa34675bb52e6622b2365392 (diff) | |
download | newlib-53fabb7b243f1f1f357d90978c142d75b7f6b711.zip newlib-53fabb7b243f1f1f357d90978c142d75b7f6b711.tar.gz newlib-53fabb7b243f1f1f357d90978c142d75b7f6b711.tar.bz2 |
2005-08-30 Jeff Johnston <jjohnstn@redhat.com>
* rs6000/Makefile.in (VPATH): Use colon as separator.
Diffstat (limited to 'libgloss')
-rw-r--r-- | libgloss/ChangeLog | 4 | ||||
-rw-r--r-- | libgloss/rs6000/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index a516118..883c3a1 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 920d911..3c41ef0 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)/../.. |