summaryrefslogtreecommitdiff
path: root/x2p/Makefile.SH
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2013-05-15 21:34:21 +0200
committerNicholas Clark <nick@ccl4.org>2013-05-20 21:50:45 +0200
commite1da83eac92e1d2253d6b03218386b36cb4bb0af (patch)
tree3a4ecd6a9f680f652b222e2a26574a5c0f678e0a /x2p/Makefile.SH
parent6105164f37e277ea0eb5dec4a432b86b49489be1 (diff)
downloadperl-e1da83eac92e1d2253d6b03218386b36cb4bb0af.tar.gz
Remove rules to delete *.loadmap and *.prelmap files, generated on VM/ESA
These rules to clean up properly on VM/ESA were added in Oct 1998 by perforce changes 1961, 1962 and 1963 in the confperl branch. VM/ESA support was removed by commit 043fec90e88a2e23 in Aug 2012.
Diffstat (limited to 'x2p/Makefile.SH')
-rwxr-xr-xx2p/Makefile.SH3
1 files changed, 1 insertions, 2 deletions
diff --git a/x2p/Makefile.SH b/x2p/Makefile.SH
index eae3e6f090..75ea42871f 100755
--- a/x2p/Makefile.SH
+++ b/x2p/Makefile.SH
@@ -91,7 +91,6 @@ pl = find2perl.PL s2p.PL
plextract = find2perl s2p
plexe = find2perl.exe s2p.exe
plc = find2perl.c s2p.c
-plm = a2p.loadmap
addedbyconf = $(plextract)
@@ -146,7 +145,7 @@ a2p$(OBJ_EXT): a2p.c a2py.c a2p.h EXTERN.h util.h INTERN.h \
$(CCCMD) a2p.c
clean:
- rm -f a2p$(EXE_EXT) psed *$(OBJ_EXT) $(plexe) $(plc) $(plm)
+ rm -f a2p$(EXE_EXT) psed *$(OBJ_EXT) $(plexe) $(plc)
distclean: veryclean