Explorar o código

[LibOS] Remove CFLAGS-libos from LibOS/shim/test/benchmark/Makefile

It's already defined in LibOS/shim/test/Makefile.Test.
Isaku Yamahata %!s(int64=6) %!d(string=hai) anos
pai
achega
7696fc327b
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      LibOS/shim/test/benchmark/Makefile

+ 0 - 2
LibOS/shim/test/benchmark/Makefile

@@ -8,8 +8,6 @@ include ../../../../Makefile.configs
 include ../../../../Makefile.rules
 include ../Makefile.Test
 
-CFLAGS-libos = -L../../../glibc-build/libos -I../../include
-
 %.manifest: %.manifest.template
 	rm -rf $@
 	cp $@.template $@