summaryrefslogtreecommitdiff
path: root/extra/imake/gccmakedep-cpp-4.8-compat.patch
blob: 0e5302a8366ff56e53012e3f0e44173bb403b933 (plain)
1
2
3
4
5
6
7
8
--- gccmakedep-1.0.2/cpprules.in.orig	2013-12-09 12:24:06.246894574 +0000
+++ gccmakedep-1.0.2/cpprules.in	2013-12-09 12:24:44.806641603 +0000
@@ -23,4 +23,4 @@
                        -e '/\@\@$$/s/\@\@$$/\\/'
 
 .cpp:
-	$(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $< | $(CPP_SED_MAGIC) > $@
+	$(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) $< | $(CPP_SED_MAGIC) > $@