From: Ian Lynagh Date: Sat, 13 Sep 2008 14:44:13 +0000 (+0000) Subject: Remove the duplicate show rule in libraries/Makefile X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=04df48cc4b8d5a55a43dde865aa4a7545fbae348 Remove the duplicate show rule in libraries/Makefile --- 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.