From 9ef97ca84c2cf630326559829ca52d8ed21c5999 Mon Sep 17 00:00:00 2001 From: Joseph Carter Date: Sun, 2 Jan 2000 11:23:41 +0000 Subject: [PATCH] Whoever put X11_CFLAGS = ... $(X_CFLAGS) in the Makefile.in's was smoking something potent. Should be @X_CFLAGS@, fixed. --- qw_client/Makefile.in | 2 +- uquake/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qw_client/Makefile.in b/qw_client/Makefile.in index eadacdd..ca058f2 100644 --- a/qw_client/Makefile.in +++ b/qw_client/Makefile.in @@ -217,7 +217,7 @@ ifneq ($(X11QUAKE),) # Map the list of source files into a list of object files OBJSquake-x11 = $(patsubst %,$(BUILD_DIR)/x11/%,$(addsuffix .@OBJEXT@, $(basename $(ALL_X11_SRC) .c .s))) -X11_CFLAGS = -DX11 $(X_CFLAGS) +X11_CFLAGS = -DX11 @X_CFLAGS@ X11_LDFLAGS = @X_LIBS@ -lX11 @X11_SHM_LIB@ @X_EXTRA_LIBS@ -lm # This can be thought of as a macro that makes sure that the x11 diff --git a/uquake/Makefile.in b/uquake/Makefile.in index 17cdb81..34024a3 100644 --- a/uquake/Makefile.in +++ b/uquake/Makefile.in @@ -206,7 +206,7 @@ ifneq ($(X11QUAKE),) # Map the list of source files into a list of object files OBJSquake-x11 = $(patsubst %,$(BUILD_DIR)/x11/%,$(addsuffix .@OBJEXT@, $(basename $(ALL_X11_SRC) .c .s))) -X11_CFLAGS = -DX11 $(X_CFLAGS) +X11_CFLAGS = -DX11 @X_CFLAGS@ X11_LDFLAGS = @X_LIBS@ -lX11 @X11_SHM_LIB@ @X_EXTRA_LIBS@ -lm # This can be thought of as a macro that makes sure that the x11