diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-03-08 19:51:51 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-03-08 19:51:51 +0000 |
commit | 365716fb197a6f3aada32baffce753498fe9df2a (patch) | |
tree | a27b9ac45c88c3e1f7448057807b09014911258b | |
parent | f3cabc0e2a9f0d86b132395bd2eb2edec61c0945 (diff) |
Formerly Makeconf.~26~
-rw-r--r-- | Makeconf | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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)) |