]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
dot-in-path fix
authorSteven Bjork <gnu@wraith.sf.ca.us>
Wed, 13 Aug 2003 17:00:10 +0000 (10:00 -0700)
committerSteven Bjork <gnu@wraith.sf.ca.us>
Wed, 13 Aug 2003 17:00:10 +0000 (10:00 -0700)
bk: 3f3a6e9aM1-FCZNei5hHab1fTgtROQ

ntpdc/Makefile.am

index 5f244a4fdd8888261f3e76c6c577f93f96ba78dc..428e04a9600a6717d75a900ad875b65e84a686d1 100644 (file)
@@ -18,7 +18,7 @@ ntpdc_SOURCES = ntpdc.c ntpdc_ops.c
 ntpdc-layout.o: nl.c
 
 layout.here: ntpdc-layout
-       ntpdc-layout > $@
+       ./ntpdc-layout > $@
 
 check-layout: ntpdc-layout layout.std layout.here
        cmp $(srcdir)/layout.std layout.here && echo stamp > $@