X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=Makefile.frag;fp=Makefile.frag;h=64dd4a2fd44cbb82eda49c7ed9d3f3eae889985d;hp=59f2b0609eee4a2921ffa8181c2a11dc6eb846e4;hb=1df8639baf324038edd00ad15501ea3abb502cac;hpb=5ef50780e973c35976d0b279cb78da8b4f4c2d47 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 +