From 04df48cc4b8d5a55a43dde865aa4a7545fbae348 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 13 Sep 2008 14:44:13 +0000 Subject: [PATCH] Remove the duplicate show rule in libraries/Makefile --- libraries/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/libraries/Makefile b/libraries/Makefile index aca0869..63945c5 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -20,13 +20,10 @@ # [ -e foo/configure.ac ] && ( cd foo && autoreconf ) # make make.library.foo -.PHONY: default_target show +.PHONY: default_target default_target: all -show: - @echo '$(VALUE)="$($(VALUE))"' - # make doesn't give us an easy way to get the libraries built in # dependency order the first time, but not rebuild base (for example) # when we want to rebuild another library later. -- 1.7.10.4