URL:
  <http://gna.org/bugs/?9249>

                 Summary: invalid blank lines in Makefile
                 Project: Battle for Wesnoth
            Submitted by: hennequi
            Submitted on: jeudi 31.05.2007 à 09:37
                Category: Bug
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 1.3.3
        Operating System: Solaris

    _______________________________________________________

Details:

In top Makefile.in, blank lines 795 and 799 are invalid
for a non GNU make.

-----------------
install-data-local:
        @$(NORMAL_INSTALL)

@OPTIPNG_TRUE@  (cd $(top_srcdir) && find images -name '*.png' -print  ) |
while read p; do \
@OPTIPNG_TRUE@  $(w_preparefileinstall) \
@OPTIPNG_TRUE@  optipng -o4 $$d$$p; \
@OPTIPNG_TRUE@  done

@INSTALLDATA_TRUE@      test -z "$(pkgdatadir)" || $(mkdir_p)
"$(DESTDIR)$(pkgdatadir)"
-----SHOULD BE -----
install-data-local:
        @$(NORMAL_INSTALL)
@OPTIPNG_TRUE@  (cd $(top_srcdir) && find images -name '*.png' -print  ) |
while read p; do \
@OPTIPNG_TRUE@  $(w_preparefileinstall) \
@OPTIPNG_TRUE@  optipng -o4 $$d$$p; \
@OPTIPNG_TRUE@  done
@INSTALLDATA_TRUE@      test -z "$(pkgdatadir)" || $(mkdir_p)
"$(DESTDIR)$(pkgdatadir)"
--------------------





    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?9249>

_______________________________________________
  Message posté via/par Gna!
  http://gna.org/


_______________________________________________
Wesnoth-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to