X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ion3.git;a=blobdiff_plain;f=pwm%2Fpwm.c;h=0159ccef8ecccff04fb472dc65cd7ee2894b57c8;hp=178cf76c3ffbc340c5cfa1bc7af363682c4ef576;hb=e3aec18706513a87eaa7839dfdaf7e0fcd0d8d2a;hpb=f869221ce49f0fb7cca48eee28daff8684305963 diff --git a/pwm/pwm.c b/pwm/pwm.c index 178cf76..0159cce 100644 --- a/pwm/pwm.c +++ b/pwm/pwm.c @@ -1,7 +1,7 @@ /* * ion/pwm/pwm.c * - * Copyright (c) Tuomo Valkonen 1999-2007. + * Copyright (c) Tuomo Valkonen 1999-2009. * * See the included file LICENSE for details. */ @@ -98,8 +98,8 @@ int main(int argc, char*argv[]) libtu_init(argv[0]); -#ifdef CF_RELOCATABLE - prefix_set(argv[0], PWM3_LOCATION); +#ifdef CF_RELOCATABLE_BIN_LOCATION + prefix_set(argv[0], CF_RELOCATABLE_BIN_LOCATION); #endif localedir=prefix_add(LOCALEDIR);