diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/perl/makefile-510.mak | 10 | ||||
-rw-r--r-- | plugins/perl/makefile-512.mak | 10 | ||||
-rw-r--r-- | plugins/perl/makefile-58.mak | 10 |
3 files changed, 15 insertions, 15 deletions
diff --git a/plugins/perl/makefile-510.mak b/plugins/perl/makefile-510.mak index 4cb8b550..619566b5 100644 --- a/plugins/perl/makefile-510.mak +++ b/plugins/perl/makefile-510.mak @@ -29,8 +29,8 @@ $(TARGET): perl.obj perl.def $(LINK) /DLL /out:$(TARGET) perl.obj $(LDFLAGS) $(PERLLIB).lib /libpath:$(PERLPATH) /DELAYLOAD:$(PERLLIB).dll DELAYIMP.LIB user32.lib shell32.lib advapi32.lib /def:perl.def clean: - del $(TARGET) - del *.obj - del perl.def - del *.lib - del *.exp + @del $(TARGET) + @del *.obj + @del perl.def + @del *.lib + @del *.exp diff --git a/plugins/perl/makefile-512.mak b/plugins/perl/makefile-512.mak index 10ee054d..4ba6a7f7 100644 --- a/plugins/perl/makefile-512.mak +++ b/plugins/perl/makefile-512.mak @@ -29,8 +29,8 @@ $(TARGET): perl.obj perl.def $(LINK) /DLL /out:$(TARGET) perl.obj $(LDFLAGS) $(PERLLIB).lib /libpath:$(PERLPATH) /DELAYLOAD:$(PERLLIB).dll DELAYIMP.LIB user32.lib shell32.lib advapi32.lib /def:perl.def clean: - del $(TARGET) - del *.obj - del perl.def - del *.lib - del *.exp + @del $(TARGET) + @del *.obj + @del perl.def + @del *.lib + @del *.exp diff --git a/plugins/perl/makefile-58.mak b/plugins/perl/makefile-58.mak index e26c6220..7af53b1c 100644 --- a/plugins/perl/makefile-58.mak +++ b/plugins/perl/makefile-58.mak @@ -29,8 +29,8 @@ $(TARGET): perl.obj perl.def $(LINK) /DLL /out:$(TARGET) perl.obj $(LDFLAGS) $(PERLLIB).lib /libpath:$(PERLPATH) /DELAYLOAD:$(PERLLIB).dll DELAYIMP.LIB user32.lib shell32.lib advapi32.lib /def:perl.def clean: - del $(TARGET) - del *.obj - del perl.def - del *.lib - del *.exp + @del $(TARGET) + @del *.obj + @del perl.def + @del *.lib + @del *.exp |