summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/cygwin/expat.am
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/crossrpms/cygwin/expat.am')
-rw-r--r--contrib/crossrpms/cygwin/expat.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/contrib/crossrpms/cygwin/expat.am b/contrib/crossrpms/cygwin/expat.am
deleted file mode 100644
index 3c9ae5d4e5..0000000000
--- a/contrib/crossrpms/cygwin/expat.am
+++ /dev/null
@@ -1,21 +0,0 @@
-EXTRA_DIST += target-expat.add
-EXTRA_DIST += expat.add
-
-EXPAT_SUBPACKAGES = $(top_srcdir)/common/common.add
-EXPAT_SUBPACKAGES += $(srcdir)/expat.add
-EXPAT_SUBPACKAGES += $(top_srcdir)/gcc/rpm-install.add
-EXPAT_SUBPACKAGES += $(top_srcdir)/common/clean.add
-EXPAT_SUBPACKAGES += $(srcdir)/target-expat.add
-
-$(TARGET)-expat.spec.in: $(EXPAT_SUBPACKAGES) Makefile.am
- cat $(EXPAT_SUBPACKAGES) | sed \
- -e "s/[@]EXPAT_VERS[@]/$(EXPAT_VERS)/g" \
- -e "s/[@]EXPAT_RPMREL[@]/$(EXPAT_RPMREL)/g" \
- -e "s,%{gcc_rpmvers},%{expat_rpmvers},g" \
- | $(MKSPEC0) > $(TARGET)-expat.spec.in
-CLEANFILES += $(TARGET)-expat.spec.in
-
-@rpmprefix@$(TARGET)-expat.spec: $(TARGET)-expat.spec.in
- $(MKSPEC) $(TARGET)-expat.spec.in | $(SPECSTRIP) > $@
-CLEANFILES += @rpmprefix@$(TARGET)-expat.spec
-noinst_DATA += @rpmprefix@$(TARGET)-expat.spec