diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-10-11 19:07:41 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-10-11 19:33:57 +0200 |
commit | a58f677fd2a84afe50b95472031d749db4d5d302 (patch) | |
tree | 1284d039b9b3e6f01cc9e865308e47878f3aa28c /odk | |
parent | c08c67c8a02f88413deb78d7b136ec03cf0ef618 (diff) |
ooo.lst: use more variables
Change-Id: I478996c43d069648241d8c5cff64ff78b9230154
Diffstat (limited to 'odk')
-rw-r--r-- | odk/source/unowinreg/win/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/source/unowinreg/win/makefile.mk b/odk/source/unowinreg/win/makefile.mk index 6f7ab7451d90..f614b366f656 100644 --- a/odk/source/unowinreg/win/makefile.mk +++ b/odk/source/unowinreg/win/makefile.mk @@ -68,7 +68,7 @@ $(BIN)$/unowinreg.dll : unowinreg.cxx .ELSE -$(BIN)$/unowinreg.dll : $(TARFILE_LOCATION)/185d60944ea767075d27247c3162b3bc-unowinreg.dll +$(BIN)$/unowinreg.dll : $(TARFILE_LOCATION)/$(UNOWINREG_DLL) @@-rm -f $@ $(GNUCOPY) $< $@ |