summaryrefslogtreecommitdiff
path: root/compiler/utils/fpc.pp
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/utils/fpc.pp')
-rw-r--r--compiler/utils/fpc.pp14
1 files changed, 5 insertions, 9 deletions
diff --git a/compiler/utils/fpc.pp b/compiler/utils/fpc.pp
index 9d2de163ad..7da8dd2e1a 100644
--- a/compiler/utils/fpc.pp
+++ b/compiler/utils/fpc.pp
@@ -29,19 +29,15 @@ program fpc;
{$ifdef UNIX}
exeext='';
{$else UNIX}
- {$ifdef AMIGA}
+ {$ifdef HASAMIGA}
exeext='';
{$else}
- {$ifdef MORPHOS}
- exeext='';
- {$else}
- {$ifdef NETWARE}
+ {$ifdef NETWARE}
exeext='.nlm';
- {$else}
+ {$else}
exeext='.exe';
- {$endif NETWARE}
- {$endif MORPHOS}
- {$endif AMIGA}
+ {$endif NETWARE}
+ {$endif HASAMIGA}
{$endif UNIX}