diff options
author | Robin Barker <RMBarker@cpan.org> | 1998-07-10 18:19:54 +0100 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-11 16:53:56 +0000 |
commit | 30b346b1c53fc8a744b25a108fad8a0d62d196cb (patch) | |
tree | 7020beeb214f2f8d101fe4fcab90687e8a3b1a02 /x2p | |
parent | d8d95777eda225e5e5adb348f812ffc22a87caf5 (diff) | |
download | perl-30b346b1c53fc8a744b25a108fad8a0d62d196cb.tar.gz |
don't 'touch a2p.c', it might readonly (via PM)
Message-Id: <20430.9807101619@tempest.cise.npl.co.uk>
p4raw-id: //depot/perl@1426
Diffstat (limited to 'x2p')
-rwxr-xr-x | x2p/Makefile.SH | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x2p/Makefile.SH b/x2p/Makefile.SH index 30201bdeda..d6ee476c3b 100755 --- a/x2p/Makefile.SH +++ b/x2p/Makefile.SH @@ -95,7 +95,7 @@ lintflags = -phbvxac $(CCCMD) -DPERL_FOR_X2P $*.c all: $(public) $(private) $(util) - touch all + @echo " " compile: all $(REALPERL) -I../lib ../utils/perlcc -regex 's/$$/.exe/' $(plextract) -prog -verbose dcf -log ../compilelog; @@ -115,7 +115,7 @@ run_byacc: FORCE # We don't want to regenerate a2p.c, but it might appear out-of-date # after a patch is applied or a new distribution is made. a2p.c: a2p.y - -@touch a2p.c + -@sh -c true a2p$(OBJ_EXT): a2p.c a2py.c a2p.h EXTERN.h util.h INTERN.h \ ../handy.h ../config.h str.h hash.h |