diff --git a/ChangeLog b/ChangeLog index ad07a3c9..157d1ef3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ # $Id$ +2007-07-06 Benoit Grégoire + * Makefile.am: Slight change in make ipk tagrget. It seems that sometimes builddir isn't defined. srcdir works just as well in this case. + 2007-06-27 Benoit Grégoire * util.c: Fix while loop initialisation bug * conf.h: Forgot to change the value of NUM_EXT_INTERFACE_DETECT_RETRY to actually make it wait forever. diff --git a/Makefile.am b/Makefile.am index 81590cc6..8bfede52 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,8 +29,8 @@ doc: ipk: dist make -C $(OPENWRTSDK) distclean mkdir -p $(OPENWRTSDK)/dl - cp -f ${builddir}/wifidog-@VERSION@.tar.gz $(OPENWRTSDK)/dl/ - make -C ${builddir}/contrib/build-openwrt-ipk/wifidog TOPDIR=$(OPENWRTSDK) PKG_MD5SUM= V=99 + cp -f ${srcdir}/wifidog-@VERSION@.tar.gz $(OPENWRTSDK)/dl/ + make -C ${srcdir}/contrib/build-openwrt-ipk/wifidog TOPDIR=$(OPENWRTSDK) PKG_MD5SUM= V=99 @echo DONE. If there were no errors, your package should be in: $(OPENWRTSDK)/bin/packages/ .PHONY: rpm rpm: dist