blob: acee185d3531b4690208ec719ffb255b8e41e0bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- Makefile.orig Mon Jan 1 21:43:57 2001
+++ Makefile Sun Jan 7 13:40:03 2001
@@ -25,12 +25,11 @@
# This should be set to the location of the X installation you want to
# compile against.
-XROOT = /usr/X11R6
+XROOT = $(X11BASE)
# --------------------------------------------------------------------
-CC = gcc
-CFLAGS = -g -O2 -Wall
+CC ?= gcc
BINDIR = $(DESTDIR)$(XROOT)/bin
MANDIR = $(DESTDIR)$(XROOT)/man/man1
|