From 86b136bb592bf576a3da950fee153f6d4f5b9d15 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Thu, 18 Jan 2007 16:52:57 +0000 Subject: Dan McGee * Removed some unnecessary headers and library links * Made things static if possible * Cleaned up makefiles a bit * Fixed some old comments in the code * Fixed some errors the static code checker splint pointed out * Backwards arguments in a memset call in _alpm_db_read (could have been worse) * Other various small fixes Other: * Default to 80 columns when getcols cannot determine display width * Removal of ._install as a valid install file in packages --- bindings/perl/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bindings/perl/Makefile.in') diff --git a/bindings/perl/Makefile.in b/bindings/perl/Makefile.in index 808c70ab..6f7e8268 100644 --- a/bindings/perl/Makefile.in +++ b/bindings/perl/Makefile.in @@ -34,7 +34,7 @@ install-pm: Core.pm install -m644 $^ $(DESTDIR)$(LIBDIR)/Alpm/ clean: - rm -f Core* alpm{.h,_wrap*} + rm -f Core* alpm{.h,.i,_wrap*} distclean: clean rm -f Makefile -- cgit v1.2.3