]> git.marmaro.de Git - mmh/commitdiff
Fixed building in different build directory, as described in INSTALL.
authormarkus schnalke <meillo@marmaro.de>
Thu, 27 Nov 2014 21:48:46 +0000 (22:48 +0100)
committermarkus schnalke <meillo@marmaro.de>
Thu, 27 Nov 2014 21:48:46 +0000 (22:48 +0100)
INSTALL
man/Makefile.in
sbr/Makefile.in

diff --git a/INSTALL b/INSTALL
index cde8cc396d5f62111cfb321c1fba1ed84e774d8c..fa2713c70982b1267c9b15d66c724f1c35f4e625 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -103,8 +103,10 @@ to the directory where you want the object files and executables to go
 and run the "configure" script. "configure" automatically checks for
 the source code in the directory that "configure" is in. For example,
 
-    cd /usr/local/solaris/mmh
-    /usr/local/src/mmh-0.1/configure
+    cd /usr/local/src/mmh        # source directory
+    make clean
+    cd /usr/local/solaris/mmh    # build directory
+    /usr/local/src/mmh/configure
     make
 
 ---------------------
index 9e01e93a6f4612cda21f3da833c8ffdc291ffabd..2246c175d42776ea891430d4b287a33c1161a618 100644 (file)
@@ -78,7 +78,7 @@ AUX = Makefile.in mh-chart-gen.sh
 
 # all files in this directory included in the distribution
 DIST = $(DIST_MAN1) $(DIST_MAN5) $(DIST_MAN7) $(DIST_MAN8) $(AUX)
-ALLPROGS = $(DIST_MAN1) $(DIST_MAN8)
+ALLPROGS = $(MAN1) $(MAN8)
 
 # ========= DEFAULT TARGET ==========
 
index 6bda3700c77c9c38761ab8f4d071ce7fa2e4b98e..9539c0fb058551103e34d3029e0f760a8aec2963 100644 (file)
@@ -17,7 +17,8 @@ etcdir      = @sysconfdir@
 CC       = @CC@
 CFLAGS   = @CFLAGS@
 DEFS     = @DEFS@
-INCLUDES = -I$(top_srcdir) @CPPFLAGS@
+# add include dir . for sigmsg.h when building in different directory
+INCLUDES = -I$(top_srcdir) -I. @CPPFLAGS@
 
 LEX    = @LEX@
 AWK    = @AWK@
@@ -93,7 +94,7 @@ lint: sigmsg.h
 # Also, not all makes accept $< in non-pattern rules,
 # hence the explicit filenames here.
 dtimep.c: dtimep.lex
-       $(LEX) -n -t $(srcdir)/dtimep.lex > dtimep.c
+       $(LEX) -n -t $(srcdir)/dtimep.lex > $@
 
 pidstatus.o: sigmsg.h