diff options
author | Jörg Budischewski <jbu@openoffice.org> | 2001-02-08 17:04:29 +0000 |
---|---|---|
committer | Jörg Budischewski <jbu@openoffice.org> | 2001-02-08 17:04:29 +0000 |
commit | 03f20688606466bc50c7c493d038ff7b2ac8f6d4 (patch) | |
tree | 3172ef93e9847445d3aba9a107cfa5db8ad0b23c /odk | |
parent | e3890ebd9a6a2ddf0dd45de39ccaabb045363c7e (diff) |
#83677# directory structure changed from bin/windows to windows/bin, etc.
Diffstat (limited to 'odk')
-rw-r--r-- | odk/util/makefile.pmk | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/odk/util/makefile.pmk b/odk/util/makefile.pmk index 98a31c62089a..b462f90a7922 100644 --- a/odk/util/makefile.pmk +++ b/odk/util/makefile.pmk @@ -35,15 +35,15 @@ MY_TEXTCOPY_SOURCEPRE=< MY_TEXTCOPY_TARGETPRE=> .IF "$(OS)$(CPU)"=="SOLARISS" -DESTDIRBIN=$(DESTDIR)$/bin$/solsparc -DESTDIRLIB=$(DESTDIR)$/lib$/solsparc +DESTDIRBIN=$(DESTDIR)$/solsparc$/bin +DESTDIRLIB=$(DESTDIR)$/solsparc$/lib .ELIF "$(OS)$(CPU)"=="SOLARISI" -DESTDIRBIN=$(DESTDIR)$/bin$/solia -DESTDIRLIB=$(DESTDIR)$/lib$/solia +DESTDIRBIN=$(DESTDIR)$/solia$/bin +DESTDIRLIB=$(DESTDIR)$/solia$/lib .ELIF "$(OS)"=="LINUX" -DESTDIRBIN=$(DESTDIR)$/bin$/linux -DESTDIRLIB=$(DESTDIR)$/lib$/linux +DESTDIRBIN=$(DESTDIR)$/linux$/bin +DESTDIRLIB=$(DESTDIR)$/linux$/lib .ELIF "$(OS)"=="WNT" -DESTDIRBIN=$(DESTDIR)$/bin$/windows -DESTDIRLIB=$(DESTDIR)$/lib$/windows +DESTDIRBIN=$(DESTDIR)$/windows$/bin +DESTDIRLIB=$(DESTDIR)$/windows$/lib .ENDIF
\ No newline at end of file |