summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2009-04-23 04:39:28 +0000
committerTill Straumann <strauman@slac.stanford.edu>2009-04-23 04:39:28 +0000
commitc8c8daac2772df1f0cdf6545301fa9cf63b580cd (patch)
tree968f9d16f9f3b63e540c58cf9b6b46acfa025ce2
parent3329b7ebc3cfd6ad97994e181c9c050259ae23af (diff)
- echo links that are to be made (for diagnostic purposes).
-rw-r--r--bsd_eth_drivers/links.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/bsd_eth_drivers/links.am b/bsd_eth_drivers/links.am
index 22c6e8e..a5444f9 100644
--- a/bsd_eth_drivers/links.am
+++ b/bsd_eth_drivers/links.am
@@ -5,8 +5,9 @@ $(DUMMYHEADERS):
@touch $@
$(LINKS):
- @if [ ! -d $(dir $@) ] ; then mkdir -p $(dir $@); fi
- @ln -s `echo $(dir $@) | sed -e 's%[^/]\+[/]\+%../%g'`$(srcdir)/$(notdir $@) $@
+ echo $@
+ if [ ! -d $(dir $@) ] ; then mkdir -p $(dir $@); fi
+ ln -s `echo $(dir $@) | sed -e 's%[^/]\+[/]\+%../%g'`$(srcdir)/$(notdir $@) $@
BUILT_SOURCES += $(DUMMYHEADERS) $(LINKS)