Remove spurious $HOME include from BRIG FE Makefile

2018-07-04  Martin Jambor  <mjambor@suse.cz>

	PR hsa/86371
	* Make-lang.in (BRIGINCLUDES): Remove erroneous include path in $HOME.

From-SVN: r262398
This commit is contained in:
Martin Jambor 2018-07-04 14:08:16 +02:00 committed by Martin Jambor
parent 3d4a2c6408
commit aacd59e751
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2018-07-04 Martin Jambor <mjambor@suse.cz>
PR hsa/86371
* Make-lang.in (BRIGINCLUDES): Remove erroneous include path in $HOME.
2018-06-28 Martin Liska <mliska@suse.cz>
* brigspec.c: Add missing header file inclusion.

View File

@ -239,8 +239,7 @@ brig.stagefeedback: stagefeedback-start
CFLAGS-brig/brig-lang.o += -DDEFAULT_TARGET_VERSION=\"$(version)\" \
-DDEFAULT_TARGET_MACHINE=\"$(target_noncanonical)\"
BRIGINCLUDES = -I $(srcdir)/brig -I ${HOME}/local/include \
-I $(srcdir)/brig/brigfrontend
BRIGINCLUDES = -I $(srcdir)/brig -I $(srcdir)/brig/brigfrontend
brig/brig-machine.o: brig/brigfrontend/brig-machine.c
$(COMPILE) $(BRIGINCLUDES) $<