~ubuntu-branches/debian/experimental/xfce4-panel/experimental

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc
  • Date: 2012-05-05 13:35:45 UTC
  • mfrom: (1.4.3)
  • Revision ID: package-import@ubuntu.com-20120505133545-6m9e41g6rbsns7u1
Tags: 4.10.0-1
* New upstream stable release.
* debian/control: revert to unversioned libxfce4util-dev, bump required
  versions for Xfce 4.10.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.4 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.5 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
493
493
        @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
494
494
        if test -n "$$list"; then \
495
495
          echo " $(MKDIR_P) '$(DESTDIR)$(desktopdir)'"; \
496
 
          $(MKDIR_P) '$(DESTDIR)$(desktopdir)' || exit 1; \
 
496
          $(MKDIR_P) "$(DESTDIR)$(desktopdir)" || exit 1; \
497
497
        fi; \
498
498
        for p in $$list; do \
499
499
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \