# HG changeset patch # User nenolod # Date 1141511644 28800 # Node ID ec9ba0ad38a853fa35aecb912e55930c00bddc99 # Parent 5f7d4696c486bb33605da1e19cdc623a7568c08f [svn] - use OBJECTIVE_DATA instead of a kludge in the posthook here diff -r 5f7d4696c486 -r ec9ba0ad38a8 Makefile.in --- a/Makefile.in Sat Mar 04 12:22:19 2006 -0800 +++ b/Makefile.in Sat Mar 04 14:34:04 2006 -0800 @@ -9,9 +9,8 @@ /sbin/ldconfig; \ echo "[system library cache updated]"; \ fi - @mkdir -p $(DESTDIR)/$(LIBDIR)/pkgconfig - @mkdir -p $(DESTDIR)/$(mandir)/man1 - @mkdir -p $(DESTDIR)/$(datadir)/applications - @$(INSTALL_DATA) audacious.pc $(DESTDIR)/$(LIBDIR)/pkgconfig/audacious.pc - @$(INSTALL_DATA) audacious.1 $(DESTDIR)/$(mandir)/man1/audacious.1 - @$(INSTALL_DATA) audacious/audacious.desktop $(DESTDIR)/$(datadir)/applications/audacious.desktop + +OBJECTIVE_DATA = \ + audacious.pc:$(LIBDIR)/pkgconfig \ + audacious.1:$(mandir)/man1 \ + audacious/audacious.desktop:$(datadir)/applications