From 7d1392e169b2c1bffb13d341abfeae598413180e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 27 Sep 2014 15:37:20 +0100 Subject: [PATCH] Makefile.in: Move settings of various directories above CFLAGS etc. We are going to want to -D some of these for the benefit of the secnet executable finding its helpers. Signed-off-by: Ian Jackson --- Makefile.in | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile.in b/Makefile.in index fb64c47..025dfeb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -31,6 +31,13 @@ CC:=@CC@ INSTALL:=@INSTALL@ INSTALL_PROGRAM:=@INSTALL_PROGRAM@ +prefix:=@prefix@ +exec_prefix:=@exec_prefix@ +sbindir:=@sbindir@ +sysconfdir:=@sysconfdir@ +transform:=@program_transform_name@ +mandir:=@mandir@ + CFLAGS:=-Wall @WRITESTRINGS@ @CFLAGS@ -Werror \ -W -Wno-unused -Wno-unused-parameter \ -Wno-pointer-sign -Wstrict-prototypes -Wmissing-prototypes \ @@ -44,13 +51,6 @@ CPPFLAGS:=@CPPFLAGS@ $(EXTRA_CPPFLAGS) LDFLAGS:=@LDFLAGS@ $(EXTRA_LDFLAGS) LDLIBS:=@LIBS@ $(EXTRA_LDLIBS) -prefix:=@prefix@ -exec_prefix:=@exec_prefix@ -sbindir:=@sbindir@ -sysconfdir:=@sysconfdir@ -transform:=@program_transform_name@ -mandir:=@mandir@ - TARGETS:=secnet OBJECTS:=secnet.o util.o conffile.yy.o conffile.tab.o conffile.o modules.o \ -- 2.30.2