X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=libraries%2FMakefile;h=63945c5cec3789fa77fd0bc21da803173661a8be;hb=4179e02ec7ec7aea79273cdcc166123c2ddd2063;hp=aca0869912ba7c69a31e874dd56e89df0b6f1855;hpb=0fd755820053238e8f739356e8ff6420f87119f4;p=ghc-hetmet.git 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.