diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2013-12-08 12:47:43 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu.herrb@laas.fr> | 2013-12-08 12:47:43 +0100 |
commit | 74bab88412f8c88b948ffb565f490005ac886b32 (patch) | |
tree | c28271a62c72dfcba9b8ec4062857cdce111e35b | |
parent | d8e330be967c4f9820a499b0641352a529a86889 (diff) | |
parent | 463b85fcf51d8ff5886ebe1f3481e5cb4d603436 (diff) |
Merge remote-tracking branch 'origin/master' into obsd
-rw-r--r-- | cpprules.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpprules.in b/cpprules.in index eaea428..0931bee 100644 --- a/cpprules.in +++ b/cpprules.in @@ -15,4 +15,4 @@ CPP_SED_MAGIC = $(SED) -e '/^\# *[0-9][0-9]* *.*$$/d' \ SUFFIXES = .cpp .cpp: - $(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $< | $(CPP_SED_MAGIC) > $@ + $(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) $< | $(CPP_SED_MAGIC) > $@ |