summaryrefslogtreecommitdiffstats
path: root/bsd_eth_drivers
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 /bsd_eth_drivers
parent - added FXP driver (diff)
downloadlibbsdport-c8c8daac2772df1f0cdf6545301fa9cf63b580cd.tar.bz2
- echo links that are to be made (for diagnostic purposes).
Diffstat (limited to 'bsd_eth_drivers')
-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)