summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/Makefile b/utils/Makefile
index d1ec0f5d6..384c32571 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -7,9 +7,9 @@ ISYSLIB=isys
LOADERDIR = ../loader2
LOADLIBES = -lpopt
-CFLAGS = -Wall -g -I.. -I$(LOADERDIR)
+CFLAGS = -Wall -g -I.. -I$(LOADERDIR) -Werror
RPMCFLAGS = $(CFLAGS) -I/usr/include/rpm
-LDFLAGS = -g -static
+LDFLAGS = -g
ifeq (.depend,$(wildcard .depend))
TARGET=all