diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-08 18:47:37 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-08 18:47:37 +0000 |
commit | 6c79d5f6972087819373bd009018f2e80fef7abc (patch) | |
tree | 2b705251ddf98a53a20b9f909608d409b9cd5a23 /hints | |
parent | 8a4f6ac230f3943b15bcb439d434cc52e5da1bc3 (diff) | |
download | perl-6c79d5f6972087819373bd009018f2e80fef7abc.tar.gz |
patch to fix aix hints from ortmann@vnet.ibm.com
p4raw-id: //depot/perl@4667
Diffstat (limited to 'hints')
-rw-r--r-- | hints/aix.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/aix.sh b/hints/aix.sh index 56496e535e..fec963b8f8 100644 --- a/hints/aix.sh +++ b/hints/aix.sh @@ -117,10 +117,10 @@ esac # symbol: boot_$(EXP) can it be auto-generated? case "$osvers" in 3*) - lddlflags="$lddlflags -H512 -T512 -bhalt:4 -bM:SRE -bI:$(PERL_INC)/perl.exp -bE:$(BASEEXT).exp -e _nostart -lc" + lddlflags="$lddlflags -H512 -T512 -bhalt:4 -bM:SRE -bI:\$(PERL_INC)/perl.exp -bE:\$(BASEEXT).exp -e _nostart -lc" ;; *) - lddlflags="$lddlflags -bhalt:4 -bM:SRE -bI:$(PERL_INC)/perl.exp -bE:$(BASEEXT).exp -b noentry -lc" + lddlflags="$lddlflags -bhalt:4 -bM:SRE -bI:\$(PERL_INC)/perl.exp -bE:\$(BASEEXT).exp -b noentry -lc" ;; esac |