From 743cc6d00297660ac72c8a7b391b0048d5699479 Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 5 Feb 2004 22:44:25 +0000 Subject: Fixed style of DPADD and LDADD assignments as per style.Makefile(5). --- gnu/usr.bin/dialog/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/usr.bin/dialog') diff --git a/gnu/usr.bin/dialog/Makefile b/gnu/usr.bin/dialog/Makefile index b5dfeb3..c30dff7 100644 --- a/gnu/usr.bin/dialog/Makefile +++ b/gnu/usr.bin/dialog/Makefile @@ -7,7 +7,7 @@ PROG= dialog CFLAGS+= -Wall -Wstrict-prototypes -DPADD+= $(LIBDIALOG) $(LIBNCURSES) -LDADD+= -ldialog -lncurses +DPADD= $(LIBDIALOG) $(LIBNCURSES) +LDADD= -ldialog -lncurses .include -- cgit v1.1