From 135cf3c8f6954f50d17be5f176b991ead5f11625 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 14 Dec 2000 16:08:47 +0000 Subject: [PATCH] FreeBSD's make again: That stupid thing really doesn't grasp $< targets. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 7ea7a46..107493e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -32,7 +32,7 @@ petidomo: $(OBJS) $(LIBS) hermes listserv: petidomo @rm -f $@ - ln -s $< $@ + ln -s petidomo $@ acl.c acl_scan.h: acl.y $(YACC) -d -p acl acl.y