diff options
author | gildea <empty> | 1995-07-10 21:24:06 +0000 |
---|---|---|
committer | gildea <empty> | 1995-07-10 21:24:06 +0000 |
commit | 618d30ce2843cc977e696a255675ee323dfff3ce (patch) | |
tree | 8f23fa436eda05b0765a56fc8aa494e6a8b5664d /xc | |
parent | 0ce87af283067625c37a04bc3396c2289f1a83b3 (diff) |
add "distclean" target to create Makefile, since with ClearCase
it will no longer be a versioned object. It will be in the distribution,
though.
Diffstat (limited to 'xc')
-rw-r--r-- | xc/Imakefile | 5 | ||||
-rw-r--r-- | xc/Makefile.ini | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/xc/Imakefile b/xc/Imakefile index 26daa4e1c..9280122ba 100644 --- a/xc/Imakefile +++ b/xc/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XConsortium: Imakefile,v 1.125 94/04/08 19:57:43 rws Exp gildea $ +XCOMM $XConsortium: Imakefile,v 1.126 95/02/24 19:48:25 gildea Exp gildea $ #define IHaveSubdirs #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)" @@ -166,3 +166,6 @@ install:: #ifndef MakeManKeywords #define MakeManKeywords YES /* install.man rebuilds "man -k" database? */ #endif + +distclean:: + $(CP) Makefile.ini Makefile diff --git a/xc/Makefile.ini b/xc/Makefile.ini index 41d16534d..55b10bcc4 100644 --- a/xc/Makefile.ini +++ b/xc/Makefile.ini @@ -1,4 +1,4 @@ -# $XConsortium: Makefile.ini,v 1.21 94/02/04 23:06:09 rws Exp $ +# $XConsortium: Makefile.ini,v 1.22 94/04/08 19:57:17 rws Exp gildea $ RELEASE = "Release 6" SHELL = /bin/sh @@ -79,3 +79,6 @@ World.Win32: @echo : @echo Full build of $(RELEASE) of the X Window System complete. @echo : + +distclean:: + $(CP) Makefile.ini Makefile |