From: Gurusamy Sarathy Date: Wed, 8 Dec 1999 18:47:37 +0000 (+0000) Subject: patch to fix aix hints from ortmann@vnet.ibm.com X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6c79d5f6972087819373bd009018f2e80fef7abc;p=p5sagit%2Fp5-mst-13.2.git patch to fix aix hints from ortmann@vnet.ibm.com p4raw-id: //depot/perl@4667 --- diff --git a/hints/aix.sh b/hints/aix.sh index 56496e5..fec963b 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