diff options
author | Roland McGrath <roland@redhat.com> | 1993-01-12 17:31:40 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-01-12 17:31:40 +0000 |
commit | 402b400e52562f40bbc7166781755d6c17720168 (patch) | |
tree | 289755a2e7feffb9d8a7272bcb7fac53b39fffdd /compatMakefile | |
parent | 6b6a4f1de2a008c873ec4935b06157c8228ff796 (diff) | |
download | gunmake-402b400e52562f40bbc7166781755d6c17720168.tar.gz |
Formerly compatMakefile.~53~
Diffstat (limited to 'compatMakefile')
-rw-r--r-- | compatMakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compatMakefile b/compatMakefile index 5b6bb3a..eb75744 100644 --- a/compatMakefile +++ b/compatMakefile @@ -35,7 +35,7 @@ LDFLAGS = -g # without complaint but produce losing code, # so beware. # NeXT 1.0a uses an old version of GCC, which required -D__inline=inline. -defines = -DLIBDIR=\"$(libdir)\" -DINCLUDEDIR=\"$(includedir)\" +defines = @DEFS@ -DLIBDIR=\"$(libdir)\" -DINCLUDEDIR=\"$(includedir)\" # If you are using the GNU C library, or have the GNU getopt functions in # your C library, you can comment these out. |