Merge pull request #1640 from felixhandte/lstat-macro-guard

Protect lstat() With Better Macro Guard
This commit is contained in:
Yann Collet
2019-06-14 17:30:03 -07:00
committed by GitHub
3 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -247,7 +247,7 @@ clean:
$(MAKE) -C $(ZSTDDIR) clean
$(MAKE) -C $(PRGDIR) clean
@$(RM) -fR $(TESTARTEFACT)
@$(RM) -f core *.o tmp* result* *.gcda dictionary *.zst \
@$(RM) -f core *.o tmp* *.tmp result* *.gcda dictionary *.zst \
$(PRGDIR)/zstd$(EXT) $(PRGDIR)/zstd32$(EXT) \
fullbench$(EXT) fullbench32$(EXT) \
fullbench-lib$(EXT) fullbench-dll$(EXT) \