summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabiano Fidêncio <fidencio@redhat.com>2016-08-29 16:01:59 +0200
committerLukas Slebodnik <lslebodn@redhat.com>2016-08-29 17:53:35 +0200
commit9639cf410dd6ba9670748535811f061e0c475bc6 (patch)
tree3979f211085a97ae097737644c673a5912ccb28a
parent01d970a8afa6ffed82b3e8dda96e08118222e16e (diff)
downloadsssd-9639cf410dd6ba9670748535811f061e0c475bc6.tar.gz
sssd-9639cf410dd6ba9670748535811f061e0c475bc6.tar.xz
sssd-9639cf410dd6ba9670748535811f061e0c475bc6.zip
BUILD: Fix typo in intgcheck-run rule
During the review process "intgcheck-build" ended up being merged to the "intgcheck-prepare" rule. Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 4a56d8b0a..25a81b93b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3099,7 +3099,7 @@ intgcheck-prepare:
cd ../..
intgcheck-run:
- if [ ! -d intg/pfx ]; then $(MAKE) intgcheck-build; fi; \
+ if [ ! -d intg/pfx ]; then $(MAKE) intgcheck-prepare; fi; \
cd intg/bld; \
$(MAKE) $(AM_MAKEFLAGS) -C src/tests/intg intgcheck-installed; \
cd ../..