diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2007-03-28 12:59:17 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@xenon.tklauser.home> | 2007-03-28 12:59:17 +0200 |
commit | 04a02e3a1afb06b17933f156c49e1ca9ef4313a9 (patch) | |
tree | e41673c93c5f2249e24c7e53a6b0f688e0f6dd5a | |
parent | bdce238cdaac64fad066f8d2eb92883a9c309a55 (diff) |
Makefile: Remove LDFLAGS
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |