X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=free%2Flibs%2Fexamples%2Finternal%2FMakefile;h=633ca09856e6c22b0fdb1b864b577a3b5a98b8e5;hb=fa137b705f34710115c81e81f9fe1b60a664d12d;hp=1b970e50fa8e040c1776e077a9b58e8799c92c87;hpb=ac76aae56d2699fc541336874547a02c530af498;p=libucw.git diff --git a/free/libs/examples/internal/Makefile b/free/libs/examples/internal/Makefile index 1b970e50..633ca098 100644 --- a/free/libs/examples/internal/Makefile +++ b/free/libs/examples/internal/Makefile @@ -10,10 +10,10 @@ s=. obj/config.mk: @echo "You need to run configure first." && false -BUILDSYS_PATH=$(s)/build +BUILDSYS=$(s)/build # We will use the libucw build system -include $(BUILDSYS_PATH)/Maketop +include $(BUILDSYS)/Maketop # Set up names of common libraries (to avoid forward references in rules) LIBLANG=$(o)/lang/liblang.pc @@ -34,4 +34,4 @@ $(o)/test: $(o)/test.o $(LIBUCW) $(LIBLANG) $(LIBCHARSET) $(LIBIMAGES) TESTING_DEPS=$(LIBUCW) # And finally the default rules of the build system -include $(BUILDSYS_PATH)/Makebottom +include $(BUILDSYS)/Makebottom