[hackers] [dmenu] fixed dist target bug || Anselm R Garbe

From: <hg_AT_suckless.org>
Date: Sat, 20 Nov 2010 09:25:11 +0000 (UTC)

changeset: 381:abb6579a324f
tag: 4.2.1
user: Anselm R Garbe <anselm_AT_garbe.us>
date: Sat Nov 20 09:25:04 2010 +0000
files: Makefile config.mk dmenu_path.c
description:
fixed dist target bug

diff -r a09686dabff1 -r abb6579a324f Makefile
--- a/Makefile Fri Nov 19 11:51:01 2010 +0000
+++ b/Makefile Sat Nov 20 09:25:04 2010 +0000
@@ -29,7 +29,7 @@
 dist: clean
         @echo creating dist tarball
         @mkdir -p dmenu-${VERSION}
- @cp LICENSE Makefile README config.mk dmenu.1 dmenu.c dmenu_path.c dmenu_run dmenu-${VERSION}
+ @cp LICENSE Makefile README config.mk dmenu.1 dmenu.c draw.c draw.h dmenu_path.c dmenu_run dmenu-${VERSION}
         @tar -cf dmenu-${VERSION}.tar dmenu-${VERSION}
         @gzip dmenu-${VERSION}.tar
         @rm -rf dmenu-${VERSION}
diff -r a09686dabff1 -r abb6579a324f config.mk
--- a/config.mk Fri Nov 19 11:51:01 2010 +0000
+++ b/config.mk Sat Nov 20 09:25:04 2010 +0000
@@ -1,5 +1,5 @@
 # dmenu version
-VERSION = 4.2
+VERSION = 4.2.1
 
 # Customize below to fit your system
 
diff -r a09686dabff1 -r abb6579a324f dmenu_path.c
--- a/dmenu_path.c Fri Nov 19 11:51:01 2010 +0000
+++ b/dmenu_path.c Sat Nov 20 09:25:04 2010 +0000
@@ -1,5 +1,6 @@
 /* See LICENSE file for copyright and license details. */
 #include <dirent.h>
+#include <limits.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
Received on Sat Nov 20 2010 - 10:25:11 CET

This archive was generated by hypermail 2.2.0 : Sat Nov 20 2010 - 10:36:05 CET