]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Another fix for "." not in $PATH.
authorFrederick Bruckman <bruckman@ntp.org>
Sat, 9 Aug 2003 11:15:08 +0000 (06:15 -0500)
committerFrederick Bruckman <bruckman@ntp.org>
Sat, 9 Aug 2003 11:15:08 +0000 (06:15 -0500)
bk: 3f34d7bcjUJKTRIhXXCt5DdBsFYm3g

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 > $@