From 6340608799fd2b12e52b7ebb44ef5f2993032b29 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Fri, 13 Oct 2006 04:06:50 +0000 Subject: build the x11 target first. this is a courtesy to non-linux users so that if they just type "make", a uuterm-x11 binary will already exist by the time fbcon.c fails to compile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 40aff69..c241cf8 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ OBJS_FB = fbcon.o dblbuf.o OBJS_X11 = xlib.o LDFLAGS_X11 = -L/usr/X11R6/lib -ALL = uuterm-fb uuterm-x11 +ALL = uuterm-x11 uuterm-fb CFLAGS = -O2 -s #-g LDFLAGS = -s -- cgit v1.2.1