diff --git a/IBMiMake b/IBMiMake index 31b17fb..ae21a95 100644 --- a/IBMiMake +++ b/IBMiMake @@ -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