summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorhohndel <hohndel>1998-03-27 23:22:55 +0000
committerhohndel <hohndel>1998-03-27 23:22:55 +0000
commit0c992b78dbca675e90750ec4c33fd2fcc710d61e (patch)
tree8c804e429ff5d50b8d512d45edea09439add5e9a /Makefile
parent856c8bdca4b603c3291088993c0d60aeaae61363 (diff)
#1605-1616builds static servers okVGA16 and SVGA run fineSVGA dies with an undefined CloseSreen member of pScreen when exitingthe last client
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6c0785d60..2d007b935 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
# $XConsortium: Makefile /main/36 1996/11/13 14:42:50 lehors $
-# $XFree86: xc/Makefile,v 3.6 1996/12/23 05:49:50 dawes Exp $
+# $XFree86: xc/Makefile,v 3.7 1997/04/13 14:50:02 dawes Exp $
# Luna users will need to either run make as "make MAKE=make"
# or add "MAKE = make" to this file.
@@ -57,6 +57,7 @@ World:
$(MAKE_CMD) $(MFLAGS) includes
$(MAKE_CMD) $(MFLAGS) depend
$(MAKE_CMD) $(MFLAGS) $(WORLDOPTS) World
+ find . -name Makefile.bak -type f -print | xargs -r rm
@echo ""
@date
@echo ""