X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cde%2FMakefile;h=dc2a1d7d7f44771ddcc653f9efd81ec48fc9dfa5;hb=304f99d26c12c905ea015be3b155a4ad412e3ed8;hp=d2b17a6a7b485aeed4837f9730d5e007a979fe47;hpb=d6c57bf33044a6e0e2fe9ba1538222d0075bdd31;p=oweals%2Fcde.git diff --git a/cde/Makefile b/cde/Makefile index d2b17a6a..dc2a1d7d 100644 --- a/cde/Makefile +++ b/cde/Makefile @@ -1,5 +1,5 @@ # $TOG: Makefile /main/15 1999/10/12 09:33:30 mgreess $ - RELEASE = Release 2.1.30 + RELEASE = Release 2.2.3 PRODUCT = CDE SHELL = /bin/sh RM = rm -f @@ -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