summaryrefslogtreecommitdiffstats
path: root/cpukit/zlib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/zlib/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpukit/zlib/Makefile.am b/cpukit/zlib/Makefile.am
index 808f07c8a2..bdda067908 100644
--- a/cpukit/zlib/Makefile.am
+++ b/cpukit/zlib/Makefile.am
@@ -4,9 +4,6 @@
include $(top_srcdir)/automake/compile.am
-CLEANFILES =
-DISTCLEANFILES =
-
project_lib_LIBRARIES = libz.a
libz_a_SOURCES = adler32.c
@@ -30,5 +27,4 @@ include_HEADERS = zlib.h zconf.h
all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
include $(srcdir)/preinstall.am
-
include $(top_srcdir)/automake/local.am