diff options
author | Sascha Schumann <sas@php.net> | 2000-06-11 18:51:17 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-06-11 18:51:17 +0000 |
commit | fd7153b0f3047e6a96344dc3b4ca2632d5acc898 (patch) | |
tree | 754cc6728f72a6ed7376db828e6133e62c943263 /Makefile.in | |
parent | 6df3a21309b2ae83590bb72a86cfff03c79e2293 (diff) | |
download | php-git-fd7153b0f3047e6a96344dc3b4ca2632d5acc898.tar.gz |
Change directory name from core to main.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 70ffccfd3a..81d2b7a600 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,6 @@ ZEND_DIR = $(srcdir)/Zend -SUBDIRS = Zend core ext sapi $(TSRM_DIR) $(REGEX_DIR) . $(PEAR_DIR) +SUBDIRS = Zend main ext sapi $(TSRM_DIR) $(REGEX_DIR) . $(PEAR_DIR) LTLIBRARY_NAME = libphp4.la LTLIBRARY_SOURCES = stub.c @@ -8,7 +8,7 @@ LTLIBRARY_SOURCES = stub.c LTLIBRARY_DEPENDENCIES = \ Zend/libZend.la \ sapi/$(PHP_SAPI)/libsapi.la \ - core/libcore.la \ + main/libmain.la \ $(REGEX_LIB) \ $(EXT_LTLIBS) \ $(TSRM_LIB) |