diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-11 17:36:42 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-11 17:36:42 +0000 |
commit | 3e73723e057707e6a433d70630319cbf00a988f1 (patch) | |
tree | 274d906e36a86223b48ea746e49c4a885dd0ca02 /Makeconf | |
parent | 33bb2dfb394c3e4bbeadb3831b0f77ff0dba52a6 (diff) |
Formerly Makeconf.~14~
Diffstat (limited to 'Makeconf')
-rw-r--r-- | Makeconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ gccheaders := /usr/local/lib/gcc-lib/i386-compaq-mach/2.5.7/include # Flags for compilation CPPFLAGS := -nostdinc -I$(headers) -I$(gccheaders) -CFLAGS := -Wall -Wno-parentheses -O -g +CFLAGS := -Wall -Wno-parentheses -O -g -pipe # Finding binaries CC=gcc |