]> mj.ucw.cz Git - libucw.git/blobdiff - free/libs/examples/internal/Makefile
Merge branch 'v3.12.4'
[libucw.git] / free / libs / examples / internal / Makefile
index 1b970e50fa8e040c1776e077a9b58e8799c92c87..633ca09856e6c22b0fdb1b864b577a3b5a98b8e5 100644 (file)
@@ -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