X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=free%2Flibs%2FMakefile;h=c08913f8a3f22f12e98a39f925d17ba67fff5094;hb=b56cd57bdce6b573ac0fc973ba4d16057c1e2ca5;hp=7080e0f3deaa221f2dd7b85c32c14e2754f0251b;hpb=ac76aae56d2699fc541336874547a02c530af498;p=libucw.git diff --git a/free/libs/Makefile b/free/libs/Makefile index 7080e0f3..c08913f8 100644 --- a/free/libs/Makefile +++ b/free/libs/Makefile @@ -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)