From 11ff80db230e6ea34a8302ac57544b68bf87c0bd Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 16 Mar 2011 14:02:45 +0000 Subject: Revert "release 2.7.1" This reverts commit a04a2d18cad431f22a35f130c33ec9a730981f73. --- Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cfe28e8..8a0108f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 2.7.1 +VERSION := 2.7.0 sysconfdir ?= /etc/lbu @@ -26,7 +26,7 @@ SBIN_FILES := lbu\ setup-timezone\ update-conf -BIN_FILES := uniso tzif2posix +BIN_FILES := uniso SCRIPTS := $(LIB_FILES) $(SBIN_FILES) SCRIPT_SOURCES := $(addsuffix .in,$(SCRIPTS)) @@ -69,9 +69,6 @@ all: $(SCRIPTS) $(BIN_FILES) uniso: uniso.c $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ -tzif2posix: tzif2posix.c - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ - apk: $(APKF) dist: $(TARBZ2) -- cgit v1.2.3