]> granicus.if.org Git - php/commitdiff
Fix overlooked core->main change
authorRasmus Lerdorf <rasmus@php.net>
Sun, 11 Jun 2000 19:53:19 +0000 (19:53 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Sun, 11 Jun 2000 19:53:19 +0000 (19:53 +0000)
build/rules.mk
build/rules_pear.mk

index 3c5f7dbd77002182be95d60d0ff588b044fb1cd7..f55cff86475ecd4d90292198c3b962e4e8af9cbc 100644 (file)
@@ -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)
 
index 18472b6021c2f324af4f5bdad65a4080309a2c4a..11c749c1c7244d75a3c3b78d4ef82c1b4aa3dc5f 100644 (file)
@@ -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)