summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2018-01-22 17:18:05 +0100
committerMax <msuraev@sysmocom.de>2018-01-22 17:18:31 +0100
commit4ee98c9db6e656ed6067d1e17f9e8d5c28d8f257 (patch)
tree3d8d94e2d984c7a9185950fed13b3a166fee464f /src/Makefile
parentdf1049f3808ebaeebe743c203082124d6447964b (diff)
cosmetic: fix Makefile whitespace
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index f5e2128e..7a7d2839 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -51,7 +51,7 @@ virtphy: host/virt_phy/virtphy
host/virt_phy/configure: host/virt_phy/configure.ac
cd host/virt_phy && autoreconf -i
-
+
host/virt_phy/Makefile: host/virt_phy/configure
cd host/virt_phy && ./configure $(HOST_CONFARGS)