Index: Makefile ================================================================== --- Makefile +++ Makefile @@ -5,17 +5,17 @@ autom4te.cache \ buildsys.mk \ config.h \ config.log \ config.status \ - extra.mk \ - objfw-config + extra.mk include buildsys.mk tarball: - V=$$(fgrep VERSION= objfw-config.in | sed 's/VERSION="\(.*\)"/\1/'); \ + V=$$(fgrep VERSION= utils/objfw-config.in | \ + sed 's/VERSION="\(.*\)"/\1/'); \ V2=$$(fgrep AC_INIT configure.ac | \ sed 's/AC_INIT([^,]*,\([^,]*\),.*/\1/' | sed 's/ //'); \ V3=$$(fgrep -A1 CFBundleVersion Info.plist | tail -1 | \ sed 's/.*>\(.*\)<.*/\1/'); \ V4=$$(fgrep -A1 CFBundleShortVersion Info.plist | tail -1 | \ Index: utils/Makefile ================================================================== --- utils/Makefile +++ utils/Makefile @@ -1,6 +1,8 @@ include ../buildsys.mk + +DISTCLEAN = objfw-config install-extra: for i in objfw-config objfw-compile; do \ ${INSTALL_STATUS}; \ if ${MKDIR_P} ${DESTDIR}${bindir} && ${INSTALL} -m 755 $$i ${DESTDIR}${bindir}/$$i; then \