Skip to content

Commit

Permalink
remove .Td files from DEPDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
Hengchao Xiang authored and Hengchao Xiang committed Feb 23, 2021
1 parent 00a6cb9 commit ade8aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IBMiMake
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ define POSTCCOMPILE =
$(ICONV) -f $(ICONV_EBCDIC) -t $(ICONV_ASCII) $(DEPDIR)/$*.Td | tr -d '\r' > $(DEPDIR)/$*.T2d
$(cleanCDeps) <$(DEPDIR)/$*.T2d | sort -u >$(DEPDIR)/$*.d
touch -cr $(OBJPATH)/$@ $(DEPDIR)/$*.d
rm $(DEPDIR)/$*.T2d
rm $(DEPDIR)/$*.Td $(DEPDIR)/$*.T2d
$(removeEmptyDep)
endef

Expand Down

0 comments on commit ade8aff

Please sign in to comment.