diff options
Diffstat (limited to 'x2p')
-rwxr-xr-x | x2p/Makefile.SH | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x2p/Makefile.SH b/x2p/Makefile.SH index 1f92d5d231..1894d55dbb 100755 --- a/x2p/Makefile.SH +++ b/x2p/Makefile.SH @@ -85,6 +85,7 @@ pl = find2perl.PL s2p.PL plextract = find2perl s2p plexe = find2perl.exe s2p.exe plc = find2perl.c s2p.c +plm = a2p.loadmap addedbyconf = $(shextract) $(plextract) @@ -129,7 +130,7 @@ a2p$(OBJ_EXT): a2p.c a2py.c a2p.h EXTERN.h util.h INTERN.h \ $(CCCMD) $(LARGE) a2p.c clean: - rm -f a2p *$(OBJ_EXT) $(plexe) $(plc) + rm -f a2p *$(OBJ_EXT) $(plexe) $(plc) $(plm) realclean: clean rm -f *.orig core $(addedbyconf) all malloc.c |