From 8a4829b15c1eac871b2d8726aee090c62698a385 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 16 Jun 2009 23:45:52 +0000 Subject: [PATCH] Re-generated Makefiles --- Makefile | 4 ++-- src/Makefile | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5b6f30b..5abce19 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PACKAGE = utils VERSION = 0.0.1 SUBDIRS = src RM = rm -f -LN = ln -sf +LN = ln -f TAR = tar -czvf @@ -19,7 +19,7 @@ distclean: dist: $(RM) -r $(PACKAGE)-$(VERSION) - $(LN) . $(PACKAGE)-$(VERSION) + $(LN) -s . $(PACKAGE)-$(VERSION) @$(TAR) $(PACKAGE)-$(VERSION).tar.gz \ $(PACKAGE)-$(VERSION)/src/basename.c \ $(PACKAGE)-$(VERSION)/src/cat.c \ diff --git a/src/Makefile b/src/Makefile index 9bf5932..a3cd6b3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -8,6 +8,7 @@ CPPFLAGS= CFLAGSF = -W CFLAGS = -Wall -g -O2 -ansi RM = rm -f +LN = ln -f MKDIR = mkdir -p INSTALL = install