dtbuilder/Imakefile: fix clean target to remove dtbuilder executable
This commit is contained in:
parent
a1e23fe130
commit
ae6b787c66
|
|
@ -311,7 +311,7 @@ DependFileName::
|
|||
-RunProgram(DEPEND,$(DEPENDFLAGS) $(ALLDEFINES) $(DEPEND_DEFINES) $(SRCS2)) > $@
|
||||
|
||||
clean::
|
||||
RemoveFile(ProgramTargetName(PROGRAMS))
|
||||
RemoveFile(ProgramTargetName($(PROGRAMS)))
|
||||
|
||||
AbMessageCatalogTarget(dtbuilder)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue