diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-03 14:51:44 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-03 14:51:44 -0700 |
commit | 3a59c294d30f5c68dc1411a1a7a274948e08d528 (patch) | |
tree | 359fe082a5e2d162559b51a2e702a74da9acc169 /cpprules.in | |
parent | 98c7700d5bff9e61a7f29d8a611edc8a34961e8e (diff) |
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'cpprules.in')
-rw-r--r-- | cpprules.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpprules.in b/cpprules.in index f32eafc..c04855b 100644 --- a/cpprules.in +++ b/cpprules.in @@ -31,7 +31,7 @@ MANDEFS = \ SUFFIXES = .$(APP_MAN_SUFFIX) .man .cpp .cpp: - $(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $< | $(CPP_SED_MAGIC) > $@ + $(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $< | $(CPP_SED_MAGIC) > $@ .man.$(APP_MAN_SUFFIX): - $(RAWCPP) $(RAWCPPFLAGS) $(MANDEFS) $(EXTRAMANDEFS) < $< | $(CPP_SED_MAGIC) > $@ + $(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) $(MANDEFS) $(EXTRAMANDEFS) < $< | $(CPP_SED_MAGIC) > $@ |