diff options
author | Ian Lynagh <igloo@earth.li> | 2008-09-13 14:44:13 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-09-13 14:44:13 +0000 |
commit | 04df48cc4b8d5a55a43dde865aa4a7545fbae348 (patch) | |
tree | 35444b2783080eae3920a3c083cd7be4b053add4 /libraries/Makefile | |
parent | 63fdcd969b136f0aec446be4e9d0cc4bf9eb6544 (diff) | |
download | haskell-04df48cc4b8d5a55a43dde865aa4a7545fbae348.tar.gz |
Remove the duplicate show rule in libraries/Makefile
Diffstat (limited to 'libraries/Makefile')
-rw-r--r-- | libraries/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libraries/Makefile b/libraries/Makefile index aca0869912..63945c5cec 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. |