summaryrefslogtreecommitdiffstats
path: root/make/ntp.mk
diff options
context:
space:
mode:
Diffstat (limited to 'make/ntp.mk')
-rw-r--r--make/ntp.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/ntp.mk b/make/ntp.mk
index 4b213339e..a13e99b55 100644
--- a/make/ntp.mk
+++ b/make/ntp.mk
@@ -18,7 +18,7 @@ ntp-source: $(DL_DIR)/$(NTP_SOURCE)
$(NTP_DIR)/.unpacked: $(DL_DIR)/$(NTP_SOURCE)
$(NTP_CAT) $(DL_DIR)/$(NTP_SOURCE) | tar -C $(BUILD_DIR) -xvf -
- sed -ie "s,^#if.*__GLIBC__.*_BSD_SOURCE.*$$,#if 0," \
+ sed -i -e "s,^#if.*__GLIBC__.*_BSD_SOURCE.*$$,#if 0," \
$(NTP_DIR)/ntpd/refclock_pcf.c;
touch $(NTP_DIR)/.unpacked