1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

dtbuilder/Imakefile: fix clean target to remove dtbuilder executable

This commit is contained in:
Jon Trulson 2018-04-12 13:38:38 -06:00
parent a1e23fe130
commit ae6b787c66

View file

@ -311,7 +311,7 @@ DependFileName::
-RunProgram(DEPEND,$(DEPENDFLAGS) $(ALLDEFINES) $(DEPEND_DEFINES) $(SRCS2)) > $@
clean::
RemoveFile(ProgramTargetName(PROGRAMS))
RemoveFile(ProgramTargetName($(PROGRAMS)))
AbMessageCatalogTarget(dtbuilder)