X-Git-Url: https://rtime.felk.cvut.cz/gitweb/l4.git/blobdiff_plain/8fe9942cde59835eb3c3c6936d866dd3305582ef..003b628647705666de261350195da72a38f2c4d2:/l4/pkg/examples/misc/cat/Makefile diff --git a/l4/pkg/examples/misc/cat/Makefile b/l4/pkg/examples/misc/cat/Makefile index d3c704a4a..8d37378da 100644 --- a/l4/pkg/examples/misc/cat/Makefile +++ b/l4/pkg/examples/misc/cat/Makefile @@ -1,5 +1,5 @@ -PKGDIR ?= ../../.. -L4DIR ?= $(PKGDIR)/.. +PKGDIR ?= ../.. +L4DIR ?= $(PKGDIR)/../.. TARGET = cat SRC_C = cat.c