From 0c3901e26b66fd3e4fcc0b5433c5bbe0f2892c75 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 22 Jul 2017 14:46:22 -0400 Subject: Makefile.am: Fix pro_archman_SHPPFLAGS usage --- 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 $@)" -- cgit v0.9.1