summaryrefslogtreecommitdiff
path: root/build/rules_common.mk
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-08-20 08:58:19 +0000
committerSascha Schumann <sas@php.net>2000-08-20 08:58:19 +0000
commit42eeda50d4790daaf13107aa96473da8e9a3873d (patch)
tree6dcc9247dd1e90b1b5a647427ab36cbee9b38e55 /build/rules_common.mk
parent9b9f9fa4dd2fec14871dc00f2b5db7c51ee5de00 (diff)
downloadphp-git-42eeda50d4790daaf13107aa96473da8e9a3873d.tar.gz
Remove -DHAVE_CONFIG_H. It ain't used anywhere.
Diffstat (limited to 'build/rules_common.mk')
-rw-r--r--build/rules_common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rules_common.mk b/build/rules_common.mk
index 9580f9f32f..5c2b7129be 100644
--- a/build/rules_common.mk
+++ b/build/rules_common.mk
@@ -32,7 +32,7 @@ mkinstalldirs = $(top_srcdir)/build/shtool mkdir -p
INSTALL = $(top_srcdir)/build/shtool install -c
INSTALL_DATA = $(INSTALL) -m 644
-DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/main
+DEFS = -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/main
moduledir = $(EXTENSION_DIR)