From 365716fb197a6f3aada32baffce753498fe9df2a Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 8 Mar 1994 19:51:51 +0000 Subject: Formerly Makeconf.~26~ --- Makeconf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makeconf') diff --git a/Makeconf b/Makeconf index 876e901f..a3a43219 100644 --- a/Makeconf +++ b/Makeconf @@ -22,16 +22,16 @@ libpager := $(hurdinst)/lib/libpager.a libfshelp := $(hurdinst)/lib/libfshelp.a libdiskfs := $(hurdinst)/lib/libdiskfs.a -# Flags for compilation -CPPFLAGS := -nostdinc -I$(headers) -I$(gccheaders) -CFLAGS := -Wall -Wno-parentheses -g - # Finding binaries include ../Maketools gccheaders = /usr/local/lib/gcc-lib/$(CCTARGET)/$(CCVERSION)/include libgcc := -lgcc +# Flags for compilation +CPPFLAGS := -nostdinc -I$(headers) -I$(gccheaders) +CFLAGS := -Wall -Wno-parentheses -g + # How to do some things: ldflags = $(addprefix -Xlinker ,$(LDFLAGS)) -- cgit v1.2.3