Skip to content

Commit

Permalink
CFLAGS_CLEAN was not properly defined
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Schumann committed Dec 16, 2002
1 parent 6e055f9 commit e5b8617
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pear/pear.m4
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ all_targets='$(PHP_MODULES)'
install_targets=install-modules
phplibdir="`pwd`/modules"
CPPFLAGS="$CPPFLAGS -DHAVE_CONFIG_H"
CFLAGS_CLEAN=$CFLAGS

test "$prefix" = "NONE" && prefix="/usr/local"
test "$exec_prefix" = "NONE" && exec_prefix='$(prefix)'
Expand All @@ -93,6 +94,7 @@ PHP_SUBST(phplibdir)
PHP_SUBST(PHP_COMPILE)
PHP_SUBST(CC)
PHP_SUBST(CFLAGS)
PHP_SUBST(CFLAGS_CLEAN)
PHP_SUBST(CPP)
PHP_SUBST(CPPFLAGS)
PHP_SUBST(CXX)
Expand Down

0 comments on commit e5b8617

Please sign in to comment.