diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2000-06-11 19:53:19 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2000-06-11 19:53:19 +0000 |
commit | fee1263ca3dc1f7d46cd98acd222d53e42b4ac47 (patch) | |
tree | 879033fe1106fadd3777fce5dd0a194ee8ee4a53 /build | |
parent | 02d2a5db3a9e3baaf9879e4bd144a02e2be7ee9e (diff) | |
download | php-git-fee1263ca3dc1f7d46cd98acd222d53e42b4ac47.tar.gz |
Fix overlooked core->main change
Diffstat (limited to 'build')
-rw-r--r-- | build/rules.mk | 2 | ||||
-rw-r--r-- | build/rules_pear.mk | 2 |
2 files changed, 2 insertions, 2 deletions
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) |