diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-04-23 19:05:04 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-04-23 19:05:04 +0200 |
commit | 7d19f814d203ae823d8dcaabbf411e26a99602a1 (patch) | |
tree | 07dd894057fa2439b2f7b53e944c8fd67a89eff7 | |
parent | 912809660534c8e2b7aa825d7056f1cfd1b0f96d (diff) |
remove unused comment
-rw-r--r-- | package/zlib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/zlib/Makefile b/package/zlib/Makefile index 64a47e4df..e58fadffd 100644 --- a/package/zlib/Makefile +++ b/package/zlib/Makefile @@ -38,7 +38,6 @@ ifeq ($(ADK_STATIC),) CONFIGURE_OPTS:= --shared endif -#--includedir=$(STAGING_DIR)/usr/include do-configure: (cd $(WRKBUILD); $(COPTS) \ CFLAGS="$(TARGET_CFLAGS) -fPIC" \ |