]> mj.ucw.cz Git - libucw.git/blobdiff - free/libs/Makefile
Build: Renamed BUILDSYS_PATH to BUILDSYS to make it consistent with the rest.
[libucw.git] / free / libs / Makefile
index 7080e0f3deaa221f2dd7b85c32c14e2754f0251b..c08913f8a3f22f12e98a39f925d17ba67fff5094 100644 (file)
@@ -10,13 +10,13 @@ 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
 
 # Install the build system
-include $(BUILDSYS_PATH)/Makefile
+include $(BUILDSYS)/Makefile
 
 # The UCW library
 include $(s)/ucw/Makefile
@@ -62,7 +62,7 @@ endif
 libs: $(LIBUCW) $(LIBSH) $(LIBIMAGES) $(LIBCHARSET) $(LIBLANG)
 
 # And finally the default rules of the build system
-include $(BUILDSYS_PATH)/Makebottom
+include $(BUILDSYS)/Makebottom
 
 ifndef CONFIG_LOCAL
 install: all $(INSTALL_TARGETS)