* Makefile.am (uninstall): Don't try to remove $(pkgincludedir).
2005-11-17 Roland McGrath <roland@redhat.com>
+ * Makefile.am (uninstall): Don't try to remove $(pkgincludedir).
+
* ppc_reloc.def: Update bits per Alan Modra <amodra@bigpond.net.au>.
* ppc64_reloc.def: Likewise.
rm -f $(DESTDIR)$(libdir)/$(LIBEBL_SUBDIR)/libebl_$${m}.so; \
done
rmdir --ignore-fail-on-non-empty $(DESTDIR)$(libdir)/$(LIBEBL_SUBDIR)
- rmdir --ignore-fail-on-non-empty $(DESTDIR)$(pkgincludedir)
noinst_HEADERS = libebl_CPU.h common-reloc.c
EXTRA_DIST = $(foreach m,$(modules),$($(m)_SRCS)) $(modules:=_reloc.def)