File: include

package info (click to toggle)
foundry 0.0.20130809-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 632 kB
  • ctags: 2,340
  • sloc: cpp: 6,376; yacc: 366; makefile: 192; lex: 184
file content (15 lines) | stat: -rw-r--r-- 397 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Explicitly include current dir
Author: Simon Richter <sjr@debian.org>
Last-Update: 2013-08-09

--- foundry-0.0.20130809.orig/build/Makefile
+++ foundry-0.0.20130809/build/Makefile
@@ -5,7 +5,7 @@ SOURCES = $(wildcard *.cpp)
 OBJECTS = $(SOURCES:.cpp=.o) $(TREESOURCES:.ftree=_tree.o)
 DEPENDS = $(OBJECTS:%.o=.%.d)
 
-CXXFLAGS = -I.
+override CXXFLAGS += -I.
 
 all:: foundry-build