diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1998-02-21 17:26:19 +0200 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-02-25 15:23:24 +0000 |
commit | 419eaf7b01c3f231c2f9dead147a7012d0e9df5f (patch) | |
tree | df3964b5b8dfe4ed2db5437936e3660f7db35387 /Makefile.SH | |
parent | ee02776e1e319bf3f9a6f0b42762f94334cfa372 (diff) | |
download | perl-419eaf7b01c3f231c2f9dead147a7012d0e9df5f.tar.gz |
HP-UX hints and AIX global.sym changes (with Makefile.SH rule)
Subject: [PATCH] 5.004_60: AIX: global.sym and Makefile.SH
Date: Sat, 21 Feb 1998 15:26:19 +0200 (EET)
Subject: Re: your HP-UX perl patch
Date: Mon, 23 Feb 1998 23:14:37 +0200 (EET)
p4raw-id: //depot/perl@579
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 584353c5fa..10a00237ee 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -404,6 +404,10 @@ perly.c: perly.y perly.h: perly.y -@sh -c true +SYM = global.sym interp.sym compat3.sym + +SYMH = perlvars.h thrdvar.h + # The following files are generated automatically # keywords.h: keywords.pl # opcode.h: opcode.pl @@ -504,7 +508,8 @@ $(FIRSTMAKEFILE): README $(MAKEDEPEND) config.h: config_h.SH config.sh $(SHELL) config_h.SH -perl.exp: perl_exp.SH config.sh +# This is an AIXism. +perl.exp: perl_exp.SH config.sh $(SYM) $(SYMH) $(SHELL) perl_exp.SH # When done, touch perlmain.c so that it doesn't get remade each time. |