update a comment.

This commit is contained in:
Nathan Scott
2001-05-09 07:03:16 +00:00
parent 0fc113ba34
commit a777d6221e
13 changed files with 25 additions and 49 deletions
+3 -3
View File
@@ -69,9 +69,9 @@ PKG_DOC_DIR = @pkg_doc_dir@
# $(CXXFILES), or $(HFILES) and is used to construct the manifest list
# during the "dist" phase (packaging).
CFLAGS += $(OPTIMIZER) $(DEBUG) -funsigned-char -Wall -Wno-parentheses \
$(LCFLAGS) -I$(TOPDIR)/include '-DVERSION="$(PKG_VERSION)"' \
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
CFLAGS += -O1 $(OPTIMIZER) $(DEBUG) -funsigned-char -Wall $(LCFLAGS) \
-I$(TOPDIR)/include '-DVERSION="$(PKG_VERSION)"' -D_GNU_SOURCE \
-D_FILE_OFFSET_BITS=64
LDFLAGS = $(LLDFLAGS)
LDLIBS = $(LLDLIBS) $(MALLOCLIB)