From d0e37451f5996db15727fa08dacd76fa5e4aed7b Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Mon, 3 Oct 2011 19:34:46 +0200 Subject: [PATCH] Remove distribution specific variables in Makefile Remove everything related to RPM_OPT_FLAGS variable in Makefile. --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index cbda47a..d948659 100644 --- a/Makefile +++ b/Makefile @@ -15,12 +15,8 @@ # VERSION = $(shell awk 'END { print $$1 }' VERSION) -CFLAGS = -Wall -Wextra -DVERSION=\"$(VERSION)\" $(RPM_OPT_FLAGS) +CFLAGS = -Wall -Wextra -DVERSION=\"$(VERSION)\" -ifeq ($(RPM_OPT_FLAGS),) -CFLAGS += -g -LDFLAGS += -g -endif pstack : pstack.c $(CC) $(CFLAGS) -o pstack pstack.c