administrativa
authorMichael Wallner <mike@php.net>
Thu, 22 Nov 2018 16:34:23 +0000 (17:34 +0100)
committerMichael Wallner <mike@php.net>
Tue, 4 Dec 2018 11:13:49 +0000 (12:13 +0100)
Makefile.frag

index 59f2b0609eee4a2921ffa8181c2a11dc6eb846e4..64dd4a2fd44cbb82eda49c7ed9d3f3eae889985d 100644 (file)
@@ -81,12 +81,6 @@ psi-clean: psi-clean-depend
 psi-watch:
        -while inotifywait -q -e modify -r $(PHP_PSI_SRCDIR); do $(MAKE); done
 
 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 \
 .PHONY: psi-paranoid-backups
 psi-paranoid-backups:
        @-if test -z "$(REPO)"; then \
@@ -101,3 +95,9 @@ psi-paranoid-backups:
                done; \
        fi
 
                done; \
        fi
 
+install-headers: psi-build-headers
+clean: psi-clean-headers
+ifneq ($(PSI_DEPS),)
+clean: psi-clean-depend
+endif
+