diff options
| author | Andi Gutmans <andi@php.net> | 2000-09-04 04:02:17 +0000 |
|---|---|---|
| committer | Andi Gutmans <andi@php.net> | 2000-09-04 04:02:17 +0000 |
| commit | 85181ac5129608efacd859b2811e73f37d29dbf7 (patch) | |
| tree | d8c4b1f4cbdcaee33bd523ef7e26915dee1263a1 | |
| parent | 3ed5b2dadd18fe62b95798416aca17c7cebdba2d (diff) | |
| download | php-git-85181ac5129608efacd859b2811e73f37d29dbf7.tar.gz | |
- Remove two tabs
| -rw-r--r-- | Zend/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/Makefile.am b/Zend/Makefile.am index 41c1b7eea3..1e4e9c27a6 100644 --- a/Zend/Makefile.am +++ b/Zend/Makefile.am @@ -22,7 +22,7 @@ libZend_la_SOURCES=\ libZend_la_LIBADD = $(ZEND_SCANNER) $(ZEND_GCC) libZend_la_LDFLAGS = @EXTRA_LIBS@ libZend_la_DEPENDENCIES = $(ZEND_SCANNER) - + # automake isn't too clever about "non-standard" use of lex and yacc $(libZend_la_OBJECTS) zend-scanner.lo zend-scanner-cc.lo: zend-parser.h @@ -38,6 +38,6 @@ zend-parser.c: $(srcdir)/zend-parser.y $(YACC) -p zend -v -d $(srcdir)/zend-parser.y -o zend-parser.c depend: - + zend_execute.lo: $(srcdir)/zend_execute.c $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(INLINE_CFLAGS) -c $(srcdir)/zend_execute.c |
