summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2013-12-08 12:47:43 +0100
committerMatthieu Herrb <matthieu.herrb@laas.fr>2013-12-08 12:47:43 +0100
commit74bab88412f8c88b948ffb565f490005ac886b32 (patch)
treec28271a62c72dfcba9b8ec4062857cdce111e35b
parentd8e330be967c4f9820a499b0641352a529a86889 (diff)
parent463b85fcf51d8ff5886ebe1f3481e5cb4d603436 (diff)
Merge remote-tracking branch 'origin/master' into obsd
-rw-r--r--cpprules.in2
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) > $@