Skip to content

Commit

Permalink
Merge pull request #3 from edmundreinhardt/ibmimake
Browse files Browse the repository at this point in the history
remove .Td files from DEPDIR
  • Loading branch information
edmundreinhardt authored Feb 23, 2021
2 parents 2860819 + ade8aff commit 8b85f20
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 8b85f20

Please sign in to comment.