From: Michael Wallner Date: Thu, 22 Nov 2018 16:34:23 +0000 (+0100) Subject: administrativa X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=commitdiff_plain;h=1df8639baf324038edd00ad15501ea3abb502cac;hp=5ef50780e973c35976d0b279cb78da8b4f4c2d47 administrativa --- diff --git a/Makefile.frag b/Makefile.frag index 59f2b06..64dd4a2 100644 --- a/Makefile.frag +++ b/Makefile.frag @@ -81,12 +81,6 @@ psi-clean: psi-clean-depend psi-watch: -while inotifywait -q -e modify -r $(PHP_PSI_SRCDIR); do $(MAKE); done -install-headers: psi-build-headers -clean: psi-clean-headers -ifneq ($(PSI_DEPS),) -clean: psi-clean-depend -endif - .PHONY: psi-paranoid-backups psi-paranoid-backups: @-if test -z "$(REPO)"; then \ @@ -101,3 +95,9 @@ psi-paranoid-backups: done; \ fi +install-headers: psi-build-headers +clean: psi-clean-headers +ifneq ($(PSI_DEPS),) +clean: psi-clean-depend +endif +