dtudcfonted: Resolve CID 86153
[oweals/cde.git] / cde / Makefile
index 08a5234da9704dcfeb389a68c989030442bf3e0f..b5fd7b4793dca0424169fca8505547533194ce24 100644 (file)
@@ -1,12 +1,12 @@
 # $TOG: Makefile /main/15 1999/10/12 09:33:30 mgreess $
-     RELEASE = Release 2.1.30
+     RELEASE = Release 2.2.2
      PRODUCT = CDE
        SHELL = /bin/sh
           RM = rm -f
           MV = mv
         MAKE = make
        NMAKE = nmake
-   WORLDOPTS = -k
+   WORLDOPTS = 
 WIN32WORLDOPTS = -i
          TOP = .
  CURRENT_DIR = .
@@ -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