From a32015aba74340b64d41d8c44bcb28bc0c25ebb3 Mon Sep 17 00:00:00 2001 From: tjw Date: Thu, 3 Jan 2008 19:04:23 +0000 Subject: * print LDFLAGS summary in the make output after CFLAGS summary (Hobbes) * Fix typo in make-macosx-ub.sh (Hobbes) git-svn-id: svn://svn.icculus.org/quake3/trunk@1247 edf5b092-35ff-0310-97b2-ce42778d08ea --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 03ba7b9..192d987 100644 --- a/Makefile +++ b/Makefile @@ -854,6 +854,12 @@ targets: makedirs echo " $$i"; \ done @echo "" + @echo " LDFLAGS:" + @for i in $(LDFLAGS); \ + do \ + echo " $$i"; \ + done + @echo "" @echo " Output:" @for i in $(TARGETS); \ do \ -- cgit v1.2.3