diff options
author | Yves Orton <demerphq@dromedary.booking.com> | 2008-12-21 18:38:46 +0100 |
---|---|---|
committer | Yves Orton <demerphq@dromedary.booking.com> | 2008-12-27 11:18:09 +0100 |
commit | a7d5944154465240881e85b933688191ffea3b77 (patch) | |
tree | 9900a76e0d5f1793fc37693b412bca5ca536974b /Makefile.SH | |
parent | ce0e211a90da72f1344099dc2e538e0b466a3641 (diff) | |
download | perl-a7d5944154465240881e85b933688191ffea3b77.tar.gz |
fix broken indentation, and move PERL_PATCHNUM logic to a different place so it only affects perl.c
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 5040e53a0c..960f7769de 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -540,7 +540,9 @@ sperl.i: perl.c $(h) make_patchnum: sh $(shellflags) make_patchnum.sh -perl$(OBJ_EXT): make_patchnum .patchnum +.patchnum: make_patchnum + +perl$(OBJ_EXT): .patchnum translators: miniperl$(EXE_EXT) $(CONFIGPM) FORCE @echo " "; echo " Making x2p stuff"; cd x2p; $(LDLIBPTH) $(MAKE) all |