summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-08-10 08:42:33 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-08-10 08:42:33 +0000
commit3f0d0495b964b8a285b46c48d840aa8285e9c834 (patch)
tree8359035df4b6a29144635d2ba708201a4287d6ed /linux
parentdfe4861318ad7489bffe7caef25d4901909872d9 (diff)
downloadrsyslog-3f0d0495b964b8a285b46c48d840aa8285e9c834.tar.gz
rsyslog-3f0d0495b964b8a285b46c48d840aa8285e9c834.tar.xz
rsyslog-3f0d0495b964b8a285b46c48d840aa8285e9c834.zip
working on optimizing the build environment - still sub-optimal
Diffstat (limited to 'linux')
-rw-r--r--linux/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/Makefile b/linux/Makefile
index 3a94267c..f75ccf49 100644
--- a/linux/Makefile
+++ b/linux/Makefile
@@ -19,7 +19,7 @@
# before any other command! #
#############################################################
-# Enable large file support (typically on, not needed on
+# Enable large file support (typically on, not needed for
# 64 bit operating systems)
FEATURE_LARGEFILE=1
@@ -51,5 +51,5 @@ ifdef WITHDB
LIBS = -lmysqlclient -L/usr/local/lib/mysql
endif
-VPATH = ..
+VPATH = ../
include ../Makefile