]> mj.ucw.cz Git - libucw.git/commitdiff
Cosmetics.
authorMartin Mares <mj@ucw.cz>
Sun, 30 Nov 2008 13:49:04 +0000 (14:49 +0100)
committerMartin Mares <mj@ucw.cz>
Sun, 30 Nov 2008 13:49:04 +0000 (14:49 +0100)
build/Makebottom

index 36ee4585010aa347183c718e93208540d41457b9..5da3b4017e555093c2ea505563525d45bb37a589 100644 (file)
@@ -65,6 +65,7 @@ endif
        $(M)LD $@
        $(Q)$(CC) $(LSHARED) $(LDFLAGS) -o $@ $(shell PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)" $(BUILDSYS)/lib-flags $^) $(LIBS)
        $(Q)$(call symlink-alias,$@,run/$(SO_RUNDIR),$(*F)$(SONAME_INFIX).so$(SONAME_SUFFIX))
+
 # On Darwin, gcc expects shared libraries in *.dylib instead of *.so.
 # Surprisingly, when a program is run, it suffices to have *.so files.
 # We don't want to mess up the whole build system with configurable