From 0551eec44c1f32e2f3e0ff086479259448519ad4 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Fri, 14 Jul 2006 11:31:36 +0000 Subject: [PATCH] Preparing support for C compiler using getopt() --- src/Makefile | 6 +++--- src/project.conf | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Makefile b/src/Makefile index 3d42778..5c22461 100644 --- a/src/Makefile +++ b/src/Makefile @@ -4,9 +4,9 @@ DESTDIR = BINDIR = $(PREFIX)/bin INCLUDEDIR= $(PREFIX)/include CC = cc -CFLAGSF = -W -Wall -ansi -CFLAGS = -g -LDFLAGSF= -l System -l dl +CFLAGSF = -W +CFLAGS = -Wall -g -ansi +LDFLAGSF= -l System RM = rm -f MKDIR = mkdir -p INSTALL = install diff --git a/src/project.conf b/src/project.conf index e8d5bd9..21c6d81 100644 --- a/src/project.conf +++ b/src/project.conf @@ -1,6 +1,6 @@ targets=configure,makedepend -cflags_force=-W -Wall -ansi -cflags=-g +cflags_force=-W +cflags=-Wall -g -ansi ldflags_force=-l System -l dl dist=Makefile,configure.h,makefile.h,settings.h