X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cde%2FMakefile;h=b5fd7b4793dca0424169fca8505547533194ce24;hb=1380cb7c8e5d5f7dca9a9ada9edbb8725646aa18;hp=fae4a50d5f7543a61cb4c45c4dc9a69b0c84e19d;hpb=8d0551bfda917d6528894307fd059c1f77906040;p=oweals%2Fcde.git diff --git a/cde/Makefile b/cde/Makefile index fae4a50d..b5fd7b47 100644 --- a/cde/Makefile +++ b/cde/Makefile @@ -127,7 +127,7 @@ World.doc: # This is just a sequence of bootstrapping steps we have to do. # The steps are listed as separate targets so clearmake can wink in # the Makefile.proto files. -Makefile.boot: imake.proto $(DEPENDSRC)/Makefile.proto depend.bootstrap $(IMAKESRC)/Makefile.proto imake.bootstrap +Makefile.boot: imake.proto $(DEPENDSRC)/Makefile.proto depend.bootstrap $(IMAKESRC)/Makefile.proto imake.bootstrap $(DEPENDSRC)/proto.clean imake.proto: cd $(IMAKESRC) && $(MAKE) $(FLAGS) @@ -152,6 +152,9 @@ imake.bootstrap: else exit 0; fi $(MAKE) $(MFLAGS) xmakefile +$(DEPENDSRC)/proto.clean: + cd $(DEPENDSRC) && $(RM) -r Makefile.proto + Makefile:: $(MAKE) $(MFLAGS) xmakefile