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/Imakefile | |
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/Imakefile')
-rw-r--r-- | xc/Imakefile | 5 |
1 files changed, 4 insertions, 1 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 |