Remove the duplicate show rule in libraries/Makefile
authorIan Lynagh <igloo@earth.li>
Sat, 13 Sep 2008 14:44:13 +0000 (14:44 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 13 Sep 2008 14:44:13 +0000 (14:44 +0000)
libraries/Makefile

index aca0869..63945c5 100644 (file)
 #   [ -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.