summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am
index 05dc9d4..da4ef69 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,12 +35,3 @@ MAINTAINERCLEANFILES= \
package: all-recursive
STRIPPROG=$(STRIP) INSTALL=$$PWD/install-sh binary-arch
-
-# Ensure libopkg/config.h doesn't slip into a distribution archive.
-# TODO: Fix headers and remove config.h from libopkg_include_HEADERS so that
-# this hack isn't needed!
-opkg-distdir: distdir
- rm -f $(distdir)/libopkg/config.h
-
-opkg-dist: opkg-distdir
- tar c $(distdir) | gzip -9 > $(distdir).tar.gz