From e8aa7fc289dbb505a35be2b08a9807fc8998f734 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Thu, 30 Jan 2003 15:03:06 +0000 Subject: [PATCH] Moved source to src/ SVN revision: 362 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2c002ddf..913f89fd 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # S. Ritt, May 12th 2000 # install/clean section by Th. Bullinger, Apr. 26th, 2002 # -# add "-DUSE_CRYPT" and "-lcrypt" to use crypt() function +# add "-DHAVE_CRYPT" and "-lcrypt" to use crypt() function # CC = gcc @@ -32,7 +32,7 @@ endif all: $(EXECS) -%: %.c +%: src/%.c $(CC) $(CFLAGS) -o $@ $< $(LIBS) install: $(EXECS)