diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 13:39:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 13:39:28 +0000 |
commit | 924f5ea83e48277e014ebf0d19a27187cb93e2f7 (patch) | |
tree | 75920a275bba045f6d108204562c218a9a26ea15 /GNUmakefile | |
parent | Adding upstream version 2.1.7. (diff) | |
download | pacemaker-upstream.tar.xz pacemaker-upstream.zip |
Adding upstream version 2.1.8~rc1.upstream/2.1.8_rc1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index 8cac498..21a46c6 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -34,8 +34,8 @@ build: init # Pass option depending on whether automake has been run or not USE_FILE = $(shell test -e rpm/Makefile || echo "-f Makefile.am") -.PHONY: $(PACKAGE).spec chroot dirty export mock rc release rpm rpmlint srpm -$(PACKAGE).spec chroot dirty export mock rc release rpm rpmlint srpm: +.PHONY: $(PACKAGE).spec chroot dirty export mock rc release rpm srpm +$(PACKAGE).spec chroot dirty export mock rc release rpm srpm: $(MAKE) $(AM_MAKEFLAGS) -C rpm $(USE_FILE) "$@" mock-% rpm-% spec-% srpm-%: FORCE |