summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-07-22 14:46:22 (EDT)
committer P. J. McDermott <pj@pehjota.net>2017-07-22 14:46:22 (EDT)
commit0c3901e26b66fd3e4fcc0b5433c5bbe0f2892c75 (patch)
tree3cd962239d6d61d57b3a345aae52f70c1b526e66 /Makefile.am
parent7762bb02f798858a7c390ff8e33946b699cae0d8 (diff)
Makefile.am: Fix pro_archman_SHPPFLAGS usage
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index bf7182a..8b2fdd5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -111,7 +111,7 @@ dist-hook:
.sh.sho:
$(AM_V_GEN)$(MKDIR_P) "$$(dirname $@)"
$(AM_V_at)$(SH) -n $<
- $(AM_V_at)'$(srcdir)/tools/shpp.sh' $(prokit_SHPPFLAGS) $< $@
+ $(AM_V_at)'$(srcdir)/tools/shpp.sh' $(pro_archman_SHPPFLAGS) $< $@
.sh.ms:
$(AM_V_GEN)$(MKDIR_P) "$$(dirname $@)"