fixed minor build problems
This commit is contained in:
parent
acf94fa650
commit
8ae0d6d474
@ -3,6 +3,7 @@ EXTRA_DIST = conffiles copyright changelog
|
||||
docdir=$(DOCDIR)
|
||||
doc_DATA = copyright changelog
|
||||
|
||||
# Specifying debdir to /DEBIAN conflicts with 'make distcheck'
|
||||
debdir=/DEBIAN
|
||||
deb_DATA = control conffiles
|
||||
deb_SCRIPTS = postinst postrm
|
||||
|
@ -204,6 +204,8 @@ top_srcdir = @top_srcdir@
|
||||
wwwdir = @wwwdir@
|
||||
EXTRA_DIST = conffiles copyright changelog
|
||||
doc_DATA = copyright changelog
|
||||
|
||||
# Specifying debdir to /DEBIAN conflicts with 'make distcheck'
|
||||
debdir = /DEBIAN
|
||||
deb_DATA = control conffiles
|
||||
deb_SCRIPTS = postinst postrm
|
||||
|
@ -30,6 +30,7 @@ distclean-local:
|
||||
$(RM) -r autom4te.cache config.h.in~ "$(PACKAGE)-$(VERSION)"
|
||||
|
||||
|
||||
# TODO: specify --with-phpextdir and --with-phpextinidir for the deb target
|
||||
deb: dist-gzip
|
||||
tar -zxvf "$(PACKAGE)-$(VERSION).tar.gz"
|
||||
cd "$(PACKAGE)-$(VERSION)"; ./configure \
|
||||
|
@ -762,6 +762,7 @@ uninstall-hook:
|
||||
distclean-local:
|
||||
$(RM) -r autom4te.cache config.h.in~ "$(PACKAGE)-$(VERSION)"
|
||||
|
||||
# TODO: specify --with-phpextdir and --with-phpextinidir for the deb target
|
||||
deb: dist-gzip
|
||||
tar -zxvf "$(PACKAGE)-$(VERSION).tar.gz"
|
||||
cd "$(PACKAGE)-$(VERSION)"; ./configure \
|
||||
|
@ -1,4 +1,4 @@
|
||||
EXTRA_DIST = config.m4 svn.c php_svn.h svn.ini
|
||||
EXTRA_DIST = config.m4 svn.c php_svn.h svn.ini README
|
||||
|
||||
all-local:
|
||||
mkdir -p @abs_builddir@/pecl
|
||||
@ -19,4 +19,4 @@ install-data-hook:
|
||||
$(INSTALL) -D @abs_srcdir@/svn.ini $(DESTDIR)@PHPEXTINIDIR@/svn.ini
|
||||
|
||||
uninstall-hook:
|
||||
-rm -f @PHPEXTDIR@/svn.so $(DESTDIR)@PHPEXTINIDIR@/svn.ini
|
||||
-rm -f $(DESTDIR)@PHPEXTDIR@/svn.so $(DESTDIR)@PHPEXTINIDIR@/svn.ini
|
||||
|
@ -168,7 +168,7 @@ top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
wwwdir = @wwwdir@
|
||||
EXTRA_DIST = config.m4 svn.c php_svn.h svn.ini
|
||||
EXTRA_DIST = config.m4 svn.c php_svn.h svn.ini README
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
@ -377,7 +377,7 @@ install-data-hook:
|
||||
$(INSTALL) -D @abs_srcdir@/svn.ini $(DESTDIR)@PHPEXTINIDIR@/svn.ini
|
||||
|
||||
uninstall-hook:
|
||||
-rm -f @PHPEXTDIR@/svn.so $(DESTDIR)@PHPEXTINIDIR@/svn.ini
|
||||
-rm -f $(DESTDIR)@PHPEXTDIR@/svn.so $(DESTDIR)@PHPEXTINIDIR@/svn.ini
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
|
Loading…
Reference in New Issue
Block a user