X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ion3.git;a=blobdiff_plain;f=pwm%2Fpwm.c;h=422bb4011df1d53d54c2c087aaed82626894040a;hp=178cf76c3ffbc340c5cfa1bc7af363682c4ef576;hb=20080103;hpb=f869221ce49f0fb7cca48eee28daff8684305963 diff --git a/pwm/pwm.c b/pwm/pwm.c index 178cf76..422bb40 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-2008. * * 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_PWM3_LOCATION + prefix_set(argv[0], CF_RELOCATABLE_PWM3_LOCATION); #endif localedir=prefix_add(LOCALEDIR);