From 04a02e3a1afb06b17933f156c49e1ca9ef4313a9 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 28 Mar 2007 12:59:17 +0200 Subject: Makefile: Remove LDFLAGS --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index f2227ad..1486fc8 100644 --- a/Makefile +++ b/Makefile @@ -15,13 +15,11 @@ CC := gcc CFLAGS := $(CFLAGS) -W -Wall -pipe -D_USE_SOURCE -DVERSION="\"$(VERSION)\"" \ -Wstrict-prototypes -Wsign-compare -Wshadow -Wchar-subscripts \ -Wmissing-declarations -Wpointer-arith -Wcast-align -Wmissing-prototypes -LDFLAGS := # Compile with 'make DEBUG=true' to enable debugging DEBUG = false ifeq ($(strip $(DEBUG)),true) CFLAGS += -g -DDEBUG - LDFLAGS += endif all: inotail -- cgit v1.2.3-54-g00ecf