X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=free%2Flibs%2FMakefile;h=c08913f8a3f22f12e98a39f925d17ba67fff5094;hb=b56cd57bdce6b573ac0fc973ba4d16057c1e2ca5;hp=585445652ec60906c3503fa890da08e26900220a;hpb=ff63510605a8dfc41efb908015364152fa676d9b;p=libucw.git diff --git a/free/libs/Makefile b/free/libs/Makefile index 58544565..c08913f8 100644 --- a/free/libs/Makefile +++ b/free/libs/Makefile @@ -10,11 +10,13 @@ s=. obj/config.mk: @echo "You need to run configure first." && false +BUILDSYS=$(s)/build + # We will use the libucw build system -include $(s)/build/Maketop +include $(BUILDSYS)/Maketop # Install the build system -include $(s)/build/Makefile +include $(BUILDSYS)/Makefile # The UCW library include $(s)/ucw/Makefile @@ -60,7 +62,7 @@ endif libs: $(LIBUCW) $(LIBSH) $(LIBIMAGES) $(LIBCHARSET) $(LIBLANG) # And finally the default rules of the build system -include $(s)/build/Makebottom +include $(BUILDSYS)/Makebottom ifndef CONFIG_LOCAL install: all $(INSTALL_TARGETS)