diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-02 13:36:58 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-02 13:36:58 +0000 |
commit | 9219c8ded06600040fa6d862a60325b5afc73df4 (patch) | |
tree | 482f46293be5ea4eddf6741d69336774ed072d4f /NetWare/Makefile | |
parent | 7fb3795116dd07b7f236652a03ac53946b1af7cf (diff) | |
download | perl-9219c8ded06600040fa6d862a60325b5afc73df4.tar.gz |
Netware tweaks from Guruprasad.
p4raw-id: //depot/perl@11090
Diffstat (limited to 'NetWare/Makefile')
-rw-r--r-- | NetWare/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/NetWare/Makefile b/NetWare/Makefile index 4ac2091d10..10b3d23b82 100644 --- a/NetWare/Makefile +++ b/NetWare/Makefile @@ -15,7 +15,7 @@ ## This file is created by using the makefile that creates Windows Perl as the reference ## Author: sgp ## Date Created: 13th July 2000 -## Date Modified: 30th June 2001 +## Date Modified: 2nd July 2001 # Name of the NLM NLM_NAME = perl.nlm @@ -1479,8 +1479,11 @@ distclean: clean nwclean cd ..\netware !if "$(NW_EXTNS)"=="yes" cd cgi2perl - -del *.obj *.bs Makefile *$(o) *.c pm_to_blib *.xdc *.err + -del *.obj *.bs Makefile *$(o) *.c pm_to_blib *.xdc *.err *.sym *.map cd .. + cd $(EXTDIR)\Perl2UCS + -del *.obj *.bs Makefile *$(o) *.c pm_to_blib *.xdc *.err *.sym *.map *.c + cd ..\..\netware !endif -rmdir /s /q $(AUTODIR) || rmdir /s $(AUTODIR) -rmdir /s /q $(COREDIR) || rmdir /s $(COREDIR) |