diff options
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 |