0738d39052
iDesk gives users of minimal wm's (fluxbox, pekwm, windowmaker...) icons on their desktop. from D. Adam Karim <adam at akarsoft.com> with help from alek@ and sturm@, ok alek@
21 lines
921 B
Plaintext
21 lines
921 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2005/09/21 11:56:05 bernd Exp $
|
|
--- Makefile.in.orig Mon Jul 18 00:47:55 2005
|
|
+++ Makefile.in Mon Sep 19 18:47:38 2005
|
|
@@ -104,7 +104,7 @@ Makefile: $(srcdir)/Makefile.in $(top_b
|
|
cd $(top_builddir) \
|
|
&& CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
|
|
|
-$(ACLOCAL_M4): configure.in acinclude.m4 ./acinclude.m4 ./aclocal.m4
|
|
+$(ACLOCAL_M4): configure.in acinclude.m4 ./acinclude.m4
|
|
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
|
|
|
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|
@@ -375,6 +375,7 @@ install-data-local:
|
|
if test -d $(srcdir)/examples; then \
|
|
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir); \
|
|
$(INSTALL_DATA) $(srcdir)/README $(DESTDIR)$(pkgdatadir); \
|
|
+ rm -f $(srcdir)/examples/*.orig; \
|
|
for example in $(srcdir)/examples/*; do \
|
|
if test -f $$example; then \
|
|
$(INSTALL_DATA) $$example $(DESTDIR)$(pkgdatadir); \
|