summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorrpj <rpj>2005-04-12 06:27:18 +0000
committerrpj <rpj>2005-04-12 06:27:18 +0000
commit49a669c97d85e988d73df72729fdbdcf54d586f5 (patch)
tree89f43dbd200c9fc6bd28b3b635c76ec781d975f3 /Makefile
parent781031fa6b07402d3dfa333d96394fdbfc9ab685 (diff)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7745080..b267b5b 100644
--- a/Makefile
+++ b/Makefile
@@ -441,8 +441,8 @@ VC-static-debug:
@ nmake /nologo EHFLAGS="$(OPTIMD) $(VCFLAGSD) /DPTW32_BUILD_INLINED /DPTW32_STATIC_LIB" CLEANUP=__CLEANUP_C pthreadVC$(DLL_VERD).static
realclean: clean
- if exist *.dll del *.dll
- if exist *.lib del *.lib
+ if exist pthread*.dll del pthread*.dll
+ if exist pthread*.lib del pthread*.lib
if exist *.stamp del *.stamp
clean: