diff options
author | jbj <devnull@localhost> | 2001-11-23 15:49:11 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-11-23 15:49:11 +0000 |
commit | e98018b4d8730a80b2d320e6393f9129b2d13770 (patch) | |
tree | 88e4d57de86d16edfa7d6f9de4692383a69c8153 /zlib | |
parent | 9d66753a5b99ecd9ae022c5ff42eec58b57d8c13 (diff) | |
download | librpm-tizen-e98018b4d8730a80b2d320e6393f9129b2d13770.tar.gz librpm-tizen-e98018b4d8730a80b2d320e6393f9129b2d13770.tar.bz2 librpm-tizen-e98018b4d8730a80b2d320e6393f9129b2d13770.zip |
- fix a couple dinky memory leaks.
- build with an internal zlib for now.
CVS patchset: 5207
CVS date: 2001/11/23 15:49:11
Diffstat (limited to 'zlib')
-rw-r--r-- | zlib/Makefile | 3 | ||||
-rw-r--r-- | zlib/Makefile.in | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/zlib/Makefile b/zlib/Makefile index 11d07cf5f..a386506f1 100644 --- a/zlib/Makefile +++ b/zlib/Makefile @@ -152,6 +152,9 @@ tags: depend: makedepend -- $(CFLAGS) -- *.[ch] +.PHONY: distdir +distdir: + lclint_files = $(OBJS:%.o=%.c) .PHONY: lclint lclint: diff --git a/zlib/Makefile.in b/zlib/Makefile.in index 9c64be78a..fab70eaf0 100644 --- a/zlib/Makefile.in +++ b/zlib/Makefile.in @@ -152,6 +152,9 @@ tags: depend: makedepend -- $(CFLAGS) -- *.[ch] +.PHONY: distdir +distdir: + lclint_files = $(OBJS:%.o=%.c) .PHONY: lclint lclint: |