]> mj.ucw.cz Git - libucw.git/commitdiff
Comments must not be indented, otherwise they are passed to the shell.
authorMartin Mares <mj@ucw.cz>
Wed, 25 Jul 2007 21:05:53 +0000 (23:05 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 25 Jul 2007 21:05:53 +0000 (23:05 +0200)
lib/Makefile

index a4c53f6796e8493692044782261a0f74adf1b329..429e5b36a69ed39824e52c696e71bceea88cb968 100644 (file)
@@ -113,10 +113,10 @@ $(o)/lib/getopt.test: $(o)/lib/getopt-t
 
 API_LIBS+=libucw
 API_INCLUDES+=$(o)/lib/.include-stamp
+# XXX: We do not have a dependency on autoconf.h, but it is generated by configure
+# before make ever starts, so this is safe.
 $(o)/lib/.include-stamp: $(addprefix $(s)/lib/,$(LIBUCW_INCLUDES))
        $(Q)$(s)/build/install-includes $(<D) run/include/lib $(?F)
-       # XXX: We do not have a dependency on autoconf.h, but it is generated by configure
-       # before make ever starts, so this is safe.
        $(Q)$(s)/build/install-includes obj run/include/lib autoconf.h
        $(Q)touch $@
 run/lib/pkgconfig/libucw.pc: $(o)/lib/libucw.pc