From: Rasmus Lerdorf Date: Sun, 11 Jun 2000 19:53:19 +0000 (+0000) Subject: Fix overlooked core->main change X-Git-Tag: php-4.0.1RC~266 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fee1263ca3dc1f7d46cd98acd222d53e42b4ac47;p=php Fix overlooked core->main change --- diff --git a/build/rules.mk b/build/rules.mk index 3c5f7dbd77..f55cff8647 100644 --- a/build/rules.mk +++ b/build/rules.mk @@ -34,7 +34,7 @@ mkinstalldirs = $(top_srcdir)/build/shtool mkdir -p INSTALL = $(top_srcdir)/build/shtool install -c INSTALL_DATA = $(INSTALL) -m 644 SHARED_COMPILE = $(SHARED_LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(EXTRA_INCLUDES) $(CPPFLAGS) $(CFLAGS) $(EXTRA_CFLAGS) -c $< && touch $@ -DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/core +DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/main moduledir = $(EXTENSION_DIR) diff --git a/build/rules_pear.mk b/build/rules_pear.mk index 18472b6021..11c749c1c7 100644 --- a/build/rules_pear.mk +++ b/build/rules_pear.mk @@ -34,7 +34,7 @@ mkinstalldirs = $(top_srcdir)/build/shtool mkdir -f -p INSTALL = $(top_srcdir)/build/shtool install -c INSTALL_DATA = $(INSTALL) -m 644 SHARED_COMPILE = $(SHARED_LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(EXTRA_INCLUDES) $(CPPFLAGS) $(CFLAGS) $(EXTRA_CFLAGS) -c $< && touch $@ -DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/core +DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/main moduledir = $(EXTENSION_DIR)