From: Steven Bjork Date: Wed, 13 Aug 2003 17:00:10 +0000 (-0700) Subject: dot-in-path fix X-Git-Tag: NTP_4_2_3~199^2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=06e852f91b233bbc8e4ee30a5050f895c747e532;p=thirdparty%2Fntp.git dot-in-path fix bk: 3f3a6e9aM1-FCZNei5hHab1fTgtROQ --- diff --git a/ntpdc/Makefile.am b/ntpdc/Makefile.am index 5f244a4fdd..428e04a960 100644 --- a/ntpdc/Makefile.am +++ b/ntpdc/Makefile.am @@ -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 > $@