diff options
author | P. 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) |
commit | 0c3901e26b66fd3e4fcc0b5433c5bbe0f2892c75 (patch) | |
tree | 3cd962239d6d61d57b3a345aae52f70c1b526e66 | |
parent | 7762bb02f798858a7c390ff8e33946b699cae0d8 (diff) |
Makefile.am: Fix pro_archman_SHPPFLAGS usage
-rw-r--r-- | Makefile.am | 2 |
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 $@)" |