summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-02-15 10:53:33 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-02-15 10:53:56 +0000
commit4936136414ad8c46e90062711e3e71575d3747a8 (patch)
tree33fbc5ee44dd6ada1c8ae5ebca8b7246bf23b4ec
parentafd971c5e2ba7211b85d752a0883add643ca19c5 (diff)
downloadzlib-4936136414ad8c46e90062711e3e71575d3747a8.tar.gz
Revert "Add 'libs' target to Makefile.in and only build+install libraries"
This reverts commit a55af2412b03bee47b9f7fa853b38e0e9d24bb02. The libs target is no longer used
-rw-r--r--Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index a7fa22e..05086af 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -69,8 +69,6 @@ PIC_OBJS = $(PIC_OBJC) $(PIC_OBJA)
all: static shared
-libs: $(LIBS)
-
static: example$(EXE) minigzip$(EXE)
shared: examplesh$(EXE) minigzipsh$(EXE)