summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorrpj <rpj>2005-04-12 06:35:52 +0000
committerrpj <rpj>2005-04-12 06:35:52 +0000
commite1fba251064eecf4cdfd63723aadb5df9174ddfe (patch)
tree20fb43b3ad3de37651b1a8db450a889d3493785d /Makefile
parent13bd1e4d017a1c306e465219df9e245a4201726e (diff)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bd37472..9b6c576 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: